JavaScript

From Spherical
Jump to: navigation, search

Disambiguation pageDisambiguation

This disambiguation page lists articles associated with the same title.
If an internal link led you here, you may wish to change the link to point directly to the intended article.
JavaScript is the primary scripting language used in Sphere projects. This wiki contains the following JavaScript tutorials, some regarding JS in general and others for Sphere's particular JS API:
  • Simple OOP, a no-nonsense introduction to Object-Oriented Programming in JavaScript by Tunginobi.
  • OOP Primer, a more thorough tutorial by Kamatsu which discusses Object-Oriented Programming in JavaScript in depth and the use of the Spheritype library to make it easier.
  • Advanced OOP, a not-yet-written guide to using more advanced OOP theory and knowledge.
  • JavaScript/Higher-order programming, a tutorial regarding using advanced functional programming techniques in JavaScript.
  • DaVince scripting tutorial, a tutorial by DaVince on the finer points of scripting for Sphere with JavaScript.