/Javascript

Self made course for learning Javascript

Primary LanguageJavaScript

Javascript

Self made course for learning Javascript

What is Javascript ?

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language. It is a language which is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.

Alongside HTML and CSS, JavaScript is one of the three core technologies of the World Wide Web.[8] JavaScript enables interactive web pages and thus is an essential part of web applications. The vast majority of websites use it,[9] and all major web browsers have a dedicated JavaScript engine to execute it.

As a multi-paradigm language, JavaScript supports event-driven, functional, and imperative (including object-oriented and prototype-based) programming styles. It has an API for working with text, arrays, dates, regular expressions, and basic manipulation of the DOM, but the language itself does not include any I/O, such as networking, storage, or graphics facilities, relying for these upon the host environment in which it is embedded.

How to get started with Javascript ?

Step 1: Download and install node.js
Step 2: Download and install any of the 3 text editors:
        Sublime Text, Atom, VSCode
Step 3: Open Command Prompt in Windows
Step 4: Type >node -v (to check node.js version is installed successfully)
Step 5: Change directory to the one containing your javascript code
Step 6: Type >node hello_world.js (node file_name.js) to run the file

Did You Know?

JavaScript and Java are completely different languages, both in concept and design.

JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997. ECMA-262 is the official name of the standard. ECMAScript is the official name of the language.

The similarity between: Java and Javascript is like between: Car and Carpet i.e., absolutely nothing !!

HTML + CSS + Javascript = Frontend Development