Java Scripting basic QUES
-
How does one call another funtion from within another. eg. function the_clown() { } function bobo() { // call function the_clown() } Incase people are wandering I've been thrown into the deep end with java scripting, I literally know only what I've taught myself in the past four working days!!!! all help will be definitly appreciated thanx Stay well and ejoy life to the max
-
How does one call another funtion from within another. eg. function the_clown() { } function bobo() { // call function the_clown() } Incase people are wandering I've been thrown into the deep end with java scripting, I literally know only what I've taught myself in the past four working days!!!! all help will be definitly appreciated thanx Stay well and ejoy life to the max
You just go:
function the_clown() { } function bobo() { the_clown(); }
:-D Good luck with JavaScript. It is cool writing javascript. I enjoy it alot! |---------------| | theJazzyBrain | |---------------|