Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between let, const, and var?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to remove duplicate values from a javascript array?

1050


Why is javascript used for web pages?

1002


How can I set up my own javascript error handler?

966


What is the javascript function?

1079


What boolean operators can be used in JavaScript?

1064


Is javascript necessary?

903


When would you use var in your declaration and when you wouldn’t?

976


What are the different types of errors supported by javascript?

1190


What are the data types supported by javascript?

1032


How to write a hello world example of javascript?

979


What do you understand by this keyword in javascript?

915


What is encodeuri() function?

1100


What would be the result of 3+2+”7″?

1527


How to get inner html of an element in javascript?

1020


Write a program in Java to display the IP address of the local and remote machine.

2249