Select Sidearea

Populate the sidearea with useful widgets. It’s simple to add images, categories, latest post, social media icon links, tag clouds, and more.

[email protected]
+1234567890

JavaScript Tag

Although it is a little late to talk about this, 11th edition of ECMAScript language specification was published in 2020(ECMAScript 2020). Some of the key new features of this 11th edition, have been discussed below. Dynamic Imports The standard import syntax in JavaScript is static. Static import statement looks like: import * as newModule from '/modules/dynamicmodule.js'; This will always evaluate the code of the imported module at the time...

Read More

JavaScript was created by NetScape employee, Brendan Eich in the year 1995. It was developed as a simple and lightweight scripting language. Its purpose was to include some form of program within the browser, to increase interactivity without the delay of reloading the whole web page from the server. The popularity of JavaScript actually grew after NetScape was acquired by AOL and they eventually turned over...

Read More