File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ permalink: /questions/javascript-questions/index.html
3939* Explain the difference between synchronous and asynchronous functions.
4040* What is event loop?
4141 * What is the difference between call stack and task queue?
42- * What are the differences between variables created using ` let ` , ` var ` or ` const ` ? What is temporal dead zone?
42+ * What are the differences between variables created using ` let ` , ` var ` or ` const ` ?
4343* What are the differences between ES6 class and ES5 function constructors?
4444* Can you offer a use case for the new arrow ` => ` function syntax? How does this new syntax differ from other functions?
4545* What advantage is there for using the arrow syntax for a method in a constructor?
You can’t perform that action at this time.
0 commit comments