Merge pull request #410 from strugee/patch-1
Add JS variable scoping question from #290
This commit is contained in:
commit
dd8544bbc6
|
|
@ -153,6 +153,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
|
|||
* What is event loop?
|
||||
* What is the difference between call stack and task queue?
|
||||
* Explain the differences on the usage of `foo` between `function foo() {}` and `var foo = function() {}`
|
||||
* What are the differences between variables created using `let`, `var` or `const`?
|
||||
|
||||
#### Testing Questions:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue