how to create 3 conditions with if statement in javascript code example Example: javascript if if (32 == 32) { console.log('32 is equil to 32!'); }