Page 1 of 1
Functions in JavaScript?
Posted: Fri Nov 29, 2002 8:49 pm
by Berserk
Hey,
Is it possible to make functions in JavaScript??
Ciao
Re:Functions in JavaScript?
Posted: Fri Nov 29, 2002 9:35 pm
by damonbrinkley
http://www.w3schools.com/js/js_functions.asp
Take a wild guess at where I went to find this link ;D
Re:Functions in JavaScript?
Posted: Fri Nov 29, 2002 9:58 pm
by Berserk
I know, i know: google.
loL!, thanx
ciao
Re:Functions in JavaScript?
Posted: Sat Nov 30, 2002 4:20 am
by Andrew_Baker
They are called methods in Java script, and their declaration is similar to that of a C function.