Channel Avatar

Code Clock @UCSnu0VJ6pvc9QkmZvZOaZyg@youtube.com

None subscribers - no pronouns set

I train professional software engineers that companies love


02:07
27.3 Concatenate two arrays, operating the first and last element in Javascript
02:55
27.2 How does an array affect THIS in a function or method in Javascript
03:37
27.1 Array basics in Javascript
03:43
26.4 Bit width in Javascript
02:37
26.3 Memory address and byte addressing in Javascript
04:12
26.2 Basic encoding knowledge in Javascript
03:33
26.1 Bit, byte, word, memory address and byte addressing in Javascript
01:54
25.2 Circular reference, reference counting and mark and sweep in Javascript
02:52
25.1 JavaScript garbage collection and memory leak in Javascript
03:12
24.4 Deep assign an object into another one in Javascript
06:13
24.3 Deep copy an object in Javascript
03:03
24.2 'Shallow copy an object in Javascript
02:39
24.1 instanceof and typeof in Javascript
02:17
23.6 Parasitic inheritance in Javascript
01:28
23.5 The genius combination of two constructors in Javascript
01:17
23.4 The creative combination of a constructor and the call or apply method in Javascript
01:34
23.3 Douglas Crawford's program recreate Object create in Javascript
04:16
23.2 Differences between a primitive prop value and a reference type prop value in Javascript
02:41
23.1 Encapsulation, inheritance, polymorphism in Javascript
05:13
22.2 Real life application of tail call optimization in Javascript
03:01
22.1 What is tail call optimization in Javascript
01:04
21.3 process nextTick in Javascript
04:54
21.2 Interview challenges predict the result of the following programs in Javascript
05:48
21.1 Event loop, micro task queue, macro task queue in Javascript
03:47
20.4 Macro tasks, micro tasks, and their queues in Javascript
03:02
20.3 Recursion and stack overflow in Javascript
06:17
20.2 Thread and Process, sync and async, blocking and non blocking in Javascript
03:07
20.1 Data structure Queue, Stack, and Heap in Javascript
03:40
19.7 Mixin in Javascript
02:34
19.6 Make the parent class 'un newable' in Javascript
05:04
43.1 The two shocking forms of FOR loop in Javascript
01:47
19.5 new target control the instantiation location in Javascript
02:11
19.4 static get Symbol species in Javascript
03:10
19.3 Application extending the Array constructor in Javascript
01:57
19.2 Extend methods in Javascript
04:44
19.1 Extend properties in Javascript
01:27
18.5 Private properties in classes in Javascript
02:44
18.4 Fields in Javascript
02:33
18.3 How to define methods instance, prototype and static in Javascript
04:09
18.2 How to define properties in Javascript
03:53
18.1 Class introduction in Javascript
01:52
17.5 How to define getter and setter in a constructor in Javascript
01:50
17.4 Private properties in constructors in Javascript
02:30
17.3 Review, comparison and summary in Javascript
03:12
17.2 Prototype and static properties and methods in Javascript
04:01
17.1 How to define your own constructor function in Javascript
01:31
16.3 Two way data binding using getter and setter in Javascript
01:41
16.2 Create accessors using Object defineProperty in Javascript
02:10
16.1 Getter and Setter introduction in Javascript
01:25
15.11 Object freeze in Javascript
01:52
15.10 Object seal in Javascript
02:12
15.9 Object preventExtensions in Javascript
01:38
15.7 The descriptor object in Javascript
01:33
15.8 Create properties with customized attributes in Javascript
01:40
15.6 Property attributes in Javascript
01:57
15.5 Object create Part 2 in Javascript
01:28
15.4 Object create Part 1 in Javascript
03:10
15.3 Object setPrototypeOf and Object assign in Javascript
01:51
15.2 Object values, Object keys, Object entries, Object is in Javascript
01:19
15.1 Introduction to the Object constructor in Javascript