Some technical points that every developer should know 1 ) every one knows about the let is block scope and var is global scope But const is also a block scope 2) always remember let a= null Console.log(typeof a) it will return object . #javascript #Angular #React
0
0
1
29
0