Jump to content

Learning JavaScript


Recommended Posts

A question that we get on a regular basis is, where can I learn more about writing rules with the JavaScript language?

 

The "horse's mouth" for the version of JavaScript that's embedded into FusionPro is the Core JavaScript 1.5 Reference, and the accompanying Core JavaScript 1.5 Guide, both of which can be found here:

http://developer.mozilla.org/en/docs/JavaScript

or

http://devedge-temp.mozilla.org/library/manuals/

(Make sure you're looking at the 1.5 doc.)

 

These are some useful mirrors of the same documentation:

http://www.webreference.com/javascript/reference/core_ref/

http://www.webreference.com/javascript/reference/core/

There are other mirrors that you can find with Google, as well as tons of tutorials and other resources. The comp.lang.javascript newsgroup can also be a great resource:

http://groups.google.com/group/comp.lang.javascript

However, be aware that much of the discussion on the newsgroup (and many online tutorials) is about web-specific code, not just the "core" language, and some versions of JavaScript may work a bit differently than our 1.5 version. But the newsgroup is the best place for questions about advanced topics like regular expressions.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...