This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
If you're looking for the JavaScript if else or if, else, else-if syntax - look no further! if ( 1 + 1 === 2 ) { // This one will log console . log ( "Inside the if condition" ) } else { console . log ( "Inside the else condition" ) } If you want an if, else, else-if condition in JavaScript it looks like: if ( 2 + 1 === 2 ) { console . log ( "Inside the if condition" ) } else if ( 2 + 1 === 3 ) {…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.