A beginner’s guide to javascript

Why JavaScript

JavaScript (JS) fulfilled a great need for websites to be dynamic, and interactive. In fact JS is so interactive that you can play complex games in the browser all coded in it. JS is a dynamic programming language that was invented by Brendan Eich of the Mozilla Foundation in 1995. Did you know that JS is managed by committees that consist of several companies which are actually rivals but work together to help improve the language? Imagine being that powerful! A few of the main features of JS are:

JavaScript Basics


We have just brushed over very few important topics in JavaScript. JS is a vast language that requires whole books to really understand it, such as the around 500 pages long "Eloquent JavaScript: A Modern Introduction to Programming"!