Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

IF Statement

if(Boolean_expression) {
   // Statements will execute if the Boolean expression is true
}
Source by sites.google.com #
 
PREVIOUS NEXT
Tagged: #IF #Statement
ADD COMMENT
Topic
Name
8+5 =