Javascript var, let, const difference
Remember three points to distinguish var, let, const.
Declaration - Can we redeclare it in same code?
Block Scope - Can value be set up only to block? or it acts like global?
Can we reassign value? or can this be declared without value and than afte...
ajaybaraiya6.hashnode.dev2 min read