Month: March 2020
Web Workers
Javascript is single-threaded and multiple scripts can not execute at the same time. So if we execute any heavy computation task, then sometimes our page…
HTML 5 Canvas Interview questions
1) What is Canvas in HTML 5? It let us create graphics on the web page with the help of client-side scripting. 2) How does…
ES6/ES2015 Interview Questions
1) Could you explain the difference between ES5 and ES6 Answer: ECMAScript 5 (ES5): The 5th edition of ECMAScript, standardized in 2009. This standard has…