This is a series about Javascript and Node.js. Reference from many sources and websites.
Javascript
- Difference between
letvsvarvsconst Scopein javascript- What is
hoistingin javascript? - What is
closurein javascript? - What is
HOF - higher-order functionin javascript? - What is
Currying functionin javascript - What is Method Chaining in javascript?
- What is
wrapper object? - What is an
error - first callback? classical inheritancevsprototypical inheritancein javascript?PromiseandAsync/Await
Node.js
- What is
Event loopin Node.js work? - How does nodejs handles
child thread? - Difference between
setImmediate()vssetTimeout() - What is
process.nextTick() - What is
Streamsin Node.js? Types of streams - What is
EventEmitterin Node.js? - What are the pros and cons of Node.js?
- What is
Callbackin node.js?