Understand Javascript #4 | Deep Compare objects | OOPS | Prototype chaining | Class

preview_player
Показать описание
Hi there,

In this session, I cover the following concepts,
1. Deep compare objects
2. Function constructor
3. Prototype chaining
5. Class in javascript

Timestamps

00:00 stream starting
02:30 session intro
03:35 difference between == & ===
04:08 primitive value comparison
04:30 comparing objects
07:36 JSON.stringfy() comparison
09:20 issue with JSON.stringify() comparison
10:30 caveat with null
11:00 deepCompare implementation
21:46 comparing arrays
24:00 inspecting objects and arrays
27:08 creating multiple objects of the same type
31:20 function constructor
34:05 adding function to the prototype
39:00 prototype chaining
43:30 everything in JS is an Object
49:00 break
54:50 prototype of object created from function constructor
01:01:30 class in javascript
01:04:34 class expression
01:05:19 public, private & static properties
01:09:50 subclassing aka inheritance
01:14:00 QnA
01:24:10 session ends
Рекомендации по теме
Комментарии
Автор

Hi Bro,
will deepCompare works for array with different order?
for eg..,
arr1 =[1, 2, 3, "A String"] and arr2 =[1, 2, "A String", 3].

gnanavinaymurarisetty
visit shbcf.ru