StartXLabs interview question

difference between var and let closure property,ES6 in javascript

Interview Answer

Anonymous

7 Oct 2020

var keyword allows redeclare a variable without any issue let keyword allows redeclare a variable with some error is getting sometimes

1