© 2023 Hashnode
#ecmascript
Introduction JavaScript is a popular programming language used for developing web applications. It is a loosely typed language, which means that it does not require variable declaration before use. Th…
ES6 was released in 2015 and is also referred to as "ECMAScript 6." A standard scripting language used in JavaScript is ECMAScript, and the version of ECMAScript currently supported in contemporary br…
What is HTML? Hyper Text Markup Language (HTML), is and building block for web development. It can be also considered one of the basics of web technologies. "Hypertext" refers to links that connect …
JavaScript and ECMAScript are related general-purpose scripting languages, but they are not exactly the same thing. Both of these languages are supported by the latest web browsers, and hence, can be …
--> Var, Let and Const are keywords used in javascript to declare variables. Why are there three types of declarative keywords in javascript? --> In older versions of JavaScript we had only the Var keyword to declare variables but it has so…
As you all know in JavaScript nowadays has classes and all crazy mambo jambo from other object-oriented programming languages. But this was not the case just a few years ago, and maybe it is not the case even today for you my dear reader so…
In today's episode of talking about awesome JavaScript features, we are going to turn our attention to the Spread operator(...) or Spread syntax. At the end of this article, you'll find a curated list…
ECMAScript What it is? ECMAScript is a scripting language specification on which JavaScript is based. Ecma International is in charge of standardizing ECMAScript. ECMA International is an industry ass…
JavaScript is a programming language that was initially released in 1995. It was developed by Netscape Communications as a way to add interactive elements to web pages. Since its initial release, Java…
As we are going to understand HTML, CSS and JavaScript let's take an example to understand it. Just Suppose the Human body , The basic structure of the body is skeleton , Now the skeleton is HTML whic…