What is the difference between let, const, and var?
Answer / glibwaresoftsolutions
Keyword Scope Can be reassigned? Hoisted?
var Function-scoped Yes Yes (initialized as undefined)
let Block-scoped Yes No
const Block-scoped No No
| Is This Answer Correct ? | 0 Yes | 0 No |
hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector
How do I install javascript?
How to setting a cookie with the contents of a textbox?
What are the variable naming conventions in javascript?
How to add buttons in javascript?
What are anonymous functions in Javascript?
What is the default scope in javascript?
Difference between Client side JavaScript and Server side JavaScript?
What is the === in javascript?
What is local and global scope?
How to create a function using function constructor?
how to read and write a file using JavaScript?