-
What is Strict mode in JavaScript?
-
How to freeze an Object in JavaScript?
-
What is Fisher–Yates shuffle in JavaScript?
-
How to implement Polymorphism in JavaScript?
-
What is currying in JavaScript?
-
Explain in detail about the memory life cycle of JavaScript?
-
Explain in detail about Reference-counting garbage collection in JavaScript?
-
Explain in detail about memory leaks in JavaScript?
-
How can circular references cause memory leakage in JavaScript?
-
How to implement merge sort in JavaScript?
-
Explain in detail about Mark and Sweep algorithm in JavaScript?
-
How to clone an object in JavaScript?
-
What is the use of Map in JavaScript?
-
How can Detached DOM elements cause memory leak in JavaScript?
-
What is the use of Array.Some() method in JavaScript?
-
What is the use of Array.Find() method in JavaScript?
-
What is the use of Array.findIndex() method in JavaScript?
-
What is the use of Math.abs() method in JavaScript?
-
What is the use of Math.pow() method in JavaScript?
-
What is the use of substr() method in JavaScript?