Sanity ensurance

by dhchow

JavaScript

if (1 > 1) {
    alert('hi')
} else {
    alert('bye')
}