var my_mood = "happy"; var your_mood = "sad"; if (my_mood == your_mood) { alert("we both feel the same."); }