Tuesday 15 March 2016

[Beginner's question] - how to call different functions like I can do in Google Scripts

Hi there,I'm sorry for the silly question but I'm trying to jump from developing Google Script apps into Nodejs.One thing I can't get my head around is that I can call different functions in Google Scripts, and even call other functions within functions.e.g.:function executor(){ myFunctionOne(); myFunctionTwo(); myFunctionThree(); } So the executor will call my three other functions.Is there a way for node to run and I can specify which function to run or start with? (In this instance it could be executor() )Thanks!

Submitted March 15, 2016 at 10:21PM by turtleattacks

No comments:

Post a Comment