Function Calls
(note): current documentation is subject to change.
Functions can be called with arguments..
print("Hello world!")
Or without..
sayHi()
Function calls can be chained..
$("#something").fadeOut(500)
Updated less than a minute ago
(note): current documentation is subject to change.
Functions can be called with arguments..
print("Hello world!")
Or without..
sayHi()
Function calls can be chained..
$("#something").fadeOut(500)
Updated less than a minute ago