Functions in JavaScript?

Programming, for all ages and all languages.
Post Reply
Berserk

Functions in JavaScript?

Post by Berserk »

Hey,

Is it possible to make functions in JavaScript??

Ciao ;)
damonbrinkley

Re:Functions in JavaScript?

Post by damonbrinkley »

http://www.w3schools.com/js/js_functions.asp

Take a wild guess at where I went to find this link ;D
Berserk

Re:Functions in JavaScript?

Post by Berserk »

I know, i know: google.

loL!, thanx

ciao ;)
Andrew_Baker

Re:Functions in JavaScript?

Post by Andrew_Baker »

They are called methods in Java script, and their declaration is similar to that of a C function.
Post Reply