What is the difference between 'Pass by Value' and 'Pass by Reference'?
What is the difference between map and filter ?
What is the difference between map() and forEach()
What is the difference between Pure and Impure functions?
What is the difference between for-in and for-of ?
What are the differences between call(), apply() and bind() ?
List out some key features of ES6 ?
What’s the spread operator in javascript ?
What is rest operator in javascript ?
What are DRY, KISS, YAGNI, SOLID Principles ?
What is temporal dead zone ?
Different ways to create object in javascript ?
Whats the difference between Object.keys,values and entries
Whats the difference between Object.freeze() vs Object.seal()
What is a polyfill in javascript ?
What is generator function in javascript ?
What is prototype in javascript ?
What is IIFE ?
What is CORS ?