blob: a20bd7baf39c8331f1c4d54cde3b96e527a478d4 [file] [log] [blame]
if (true) {
itstrue()
} else {
itsfalse()
}
function itstrue() {
console.log('its true')
}
function itsfalse() {
console.log('its false')
}