Skip to content

Commit a2d6b40

Browse files
author
Peizong Guo
committed
Added JS question for usage between named function and anonyouse fuction assigned to variable
1 parent 9cdc327 commit a2d6b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
151151
* Explain the difference between synchronous and asynchronous functions.
152152
* What is event loop?
153153
* What is the difference between call stack and task queue?
154+
* Explain the differences on the usage of `foo` between `function foo() {}` and `var foo = function() {}`
154155

155156
#### Testing Questions:
156157

0 commit comments

Comments
 (0)