Happy Xmas

by Tomáš Hromník

JavaScript

var happy = true;
var xmas = true;

if (happy && xmas) {
  alert('Happy Xmas!');
}