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
What are 2 (shorthand) boolean operators supported by javascript
How do you declare javascript?
What can I build with javascript?
What are the data types in js?
Explain the different types of pop-up boxes you can create in JavaScript.
How to create multiline strings in javascript?
Why is object naming important to use in javascript?
Write a way by which you can do something on the close of the window ?
what is service now ticketing tool how it works
What is this in JavaScript?
What is meant by vanilla javascript?