- Published on
Interview questions Javascript and Node.js
This is a series about Javascript and Node.js. Reference from many sources and websites.
Javascript
- Difference between
let
vsvar
vsconst
Scope
in javascript- What is
hoisting
in javascript? - What is
closure
in javascript? - What is
HOF - higher-order function
in javascript? - What is
Currying function
in javascript - What is Method Chaining in javascript?
- What is
wrapper object
? - What is an
error - first callback
? classical inheritance
vsprototypical inheritance
in javascript?Promise
andAsync/Await
Node.js
- What is
Event loop
in Node.js work? - How does nodejs handles
child thread
? - Difference between
setImmediate()
vssetTimeout()
- What is
process.nextTick()
- What is
Streams
in Node.js? Types of streams - What is
EventEmitter
in Node.js? - What are the pros and cons of Node.js?
- What is
Callback
in node.js?