We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb63748 commit 166804eCopy full SHA for 166804e
1 file changed
src/questions/javascript-questions.md
@@ -39,7 +39,7 @@ permalink: /questions/javascript-questions/index.html
39
* Explain the difference between synchronous and asynchronous functions.
40
* What is event loop?
41
* What is the difference between call stack and task queue?
42
-* What are the differences between variables created using `let`, `var` or `const`?
+* What are the differences between variables created using `let`, `var` or `const`? What is temporal dead zone?
43
* What are the differences between ES6 class and ES5 function constructors?
44
* Can you offer a use case for the new arrow `=>` function syntax? How does this new syntax differ from other functions?
45
* What advantage is there for using the arrow syntax for a method in a constructor?
0 commit comments