7

const silicon_valley = true;
if(silicon_valley == true) {
watchSiliconValley();
} else {
work();
}

// yeah I know it's crappy

Comments
Add Comment