Posted inJAVASCRIPT QUESTIONS
Javascript most asked questions and answers with examples
Top 20 JavaScript Interview Questions and Answers (2023) What is the difference between let and var in JavaScript? Answer: var is function-scoped and let is block-scoped. This means that a…