if else javascript examples Example: else if if ( x > 10 ) { cout << "x is greater than 10"; } else { cout << "x is less than 10"; }