Javascript Reference

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with "== Operators == == Global Objects == These are objects, functions or constructors that exists automatically in each script context. <div class="bullet"> </div><font clas...")

Revision as of 17:26, 10 September 2013

Operators

Global Objects

These are objects, functions or constructors that exists automatically in each script context.

 
isNaN()
Function that checks if its argument is Not A Number.
 
parseInt()
Function that parses a string to an integer in an arbitrary base.
 
NaN
Static variable that is Not a Number.
 
Object()
Constructor of an Object.

String Functions

Yate's Javascript implementation does not include String or Number objects. Instead applicable methods are added to all kind of non-object values including those native to the Yate engine.

 
length
Property reflecting the length of a string.
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers