Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

examples of Conditional Operator js


        
            
        
     var age = 19;
var canDrive = age > 16 ? 'yes' : 'no';
Source by www.javascripttutorial.net #
 
PREVIOUS NEXT
Tagged: #examples #Conditional #Operator #js
ADD COMMENT
Topic
Name
3+8 =