Web Workers
Posted in ES6 HTML Interview Javascript jquery js TS typescript

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…

Continue Reading...
HTML5 Canvas
Posted in HTML HTML5 Javascript

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…

Continue Reading...
JavaScript
Posted in ES6 Interview Javascript jquery js TS typescript

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…

Continue Reading...