Actions

Difference between revisions of "Javascript"

From Iron Realms Nexus Client Documentation

Line 3: Line 3:
There are many great resources dedicated to teaching this programming language, so check out some of the links below for more information:
There are many great resources dedicated to teaching this programming language, so check out some of the links below for more information:


=== Beginning JavaScript ===
==== Beginning JavaScript ====
* https://www.javascript.com/ - Homepage of JavaScript.
* https://www.javascript.com/ - Homepage of JavaScript.
* http://www.w3schools.com/jsref - JavaScript reference guide.
* http://www.w3schools.com/jsref - JavaScript reference guide.


=== Online Courses= ==
==== Online Courses ===
* http://www.w3schools.com/js - Introduction to JavaScript
* http://www.w3schools.com/js - Introduction to JavaScript
* https://www.codecademy.com/courses/getting-started-v2/0/1 - Getting started with JavaScript online course.
* https://www.codecademy.com/courses/getting-started-v2/0/1 - Getting started with JavaScript online course.
* http://javascript-roadtrip.codeschool.com/ - JavaScript road trip course.
* http://javascript-roadtrip.codeschool.com/ - JavaScript road trip course.


=== Expanding JavaScript with jQuery ===
==== Expanding JavaScript with jQuery ====
* https://learn.jquery.com - jQuery homepage.
* https://learn.jquery.com - jQuery homepage.
* http://www.w3schools.com/jquery/ - Introduction to jQuery.
* http://www.w3schools.com/jquery/ - Introduction to jQuery.


=== Regular Expressions ===
==== Regular Expressions ====
* http://regexone.com/ - Introduction to regular expressions.
* http://regexone.com/ - Introduction to regular expressions.
* http://txt2re.com/ - Online tool to convert a line of text into a regular expression.
* http://txt2re.com/ - Online tool to convert a line of text into a regular expression.

Revision as of 22:53, 17 February 2016

A furrkin of Lusternia.

JavaScript is a relatively easy to learn programming language that is commonly used to make webpages more interactive and exciting. Players can use basic JavaScript to unlock many of the advanced scripting capabilities of the client (utilizing Functions).

There are many great resources dedicated to teaching this programming language, so check out some of the links below for more information:

Beginning JavaScript

= Online Courses

Expanding JavaScript with jQuery

Regular Expressions