variable creation question revision
This commit is contained in:
parent
bb637487c3
commit
166804e43c
|
|
@ -39,7 +39,7 @@ permalink: /questions/javascript-questions/index.html
|
||||||
* Explain the difference between synchronous and asynchronous functions.
|
* Explain the difference between synchronous and asynchronous functions.
|
||||||
* What is event loop?
|
* What is event loop?
|
||||||
* What is the difference between call stack and task queue?
|
* What is the difference between call stack and task queue?
|
||||||
* 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?
|
||||||
* What are the differences between ES6 class and ES5 function constructors?
|
* What are the differences between ES6 class and ES5 function constructors?
|
||||||
* Can you offer a use case for the new arrow `=>` function syntax? How does this new syntax differ from other functions?
|
* Can you offer a use case for the new arrow `=>` function syntax? How does this new syntax differ from other functions?
|
||||||
* What advantage is there for using the arrow syntax for a method in a constructor?
|
* What advantage is there for using the arrow syntax for a method in a constructor?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue