Let's understand first Is hoisting applicable to both let and const? When using var At the time of memory allocation, var is initialised with undefined. When using let It appears that let is not being hoisted. But let me tell you variables dec...
manideep.hashnode.dev1 min read
No responses yet.