Actions

Javascript: Difference between revisions

From Iron Realms Nexus Client Documentation

No edit summary
Line 1: Line 1:
<table>
<div class="row">
<div class="large-8 columns">
[[File:Furrkin.jpg|right|frame|caption|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]]).  
[[File:Furrkin.jpg|right|frame|caption|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]]).  


Line 19: Line 22:
* 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.
</div>
<div class="large-4 columns">
{{Nexus_3_Sidebar}}
</div>
</div>
</table>

Revision as of 02:13, 20 June 2023

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