Skip to content

JavaScript

Kunal Nagpal edited this page Aug 2, 2016 · 5 revisions

A little something called JavaScript

JavaScript, otherwise known as JS, is the magical glue that makes pages come alive. In more technical terms, it allows logic and associated fixtures like mathematical computation, sequential and selective constructs to be included within otherwise brainless web pages. Over the course of going through this wiki, you may realize how this project is built on JavaScript, almost entirely. For those with prior knowledge and experience of Java, C, C++, or perhaps even C#, learning JavaScript should be fairly straightforward.

To become less befuddled when it comes to JavaScript, do have a look at the following references:

Following the exact order mentioned above is not strictly necessary, but will help you stay focused on the task at hand

For those seeking in depth explanations and points of interest, or simply those with the thirst to learn, checkout Eloquent JavaScript, or download the PDF edition of the book here. This is strongly recommended, even if you feel adequate with JavaScript.

Still hungry for more? You don't know JS.