Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

node js if

if(){ //Note, you cant leave if() empty. You have to put something in it, for exmaple, if(args[0] === "hi")
	//Your code here   	
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #node #js
ADD COMMENT
Topic
Name
9+3 =