JavaScript

Notes

As part of my profession as a front end developer, I very often need to make a website more dynamic and interactive, or fetch and handle data from the back end. This is where JavaScript comes in.

JavaScript, often abbreviated as JS, is a high-level, interpreted scripting language that conforms to the ECMAScript specification. JavaScript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.

Source: Wikipedia

Last updated