-
Notifications
You must be signed in to change notification settings - Fork 6
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:
- Elementary basics: http://www.javascript.com
- A little more work: https://www.codeschool.com/paths/javascript
- Slightly more depth: https://www.codecademy.com/learn/javascript
- References and more: http://www.tutorialspoint.com/javascript, https://developer.mozilla.org/en-US/docs/Web/JavaScript, http://www.w3schools.com/js/
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.
General
First steps
Setup instructions
Technical information
Developer guidelines
Simulation