Skip to content

Commit 34f1ff0

Browse files
committed
TDZ question removed
1 parent 166804e commit 34f1ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/questions/javascript-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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?

0 commit comments

Comments
 (0)