Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created March 26, 2021 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/50fe75cc828268ffd1b2f1ac5fd996a8 to your computer and use it in GitHub Desktop.
Save codecademydev/50fe75cc828268ffd1b2f1ac5fd996a8 to your computer and use it in GitHub Desktop.
Codecademy export
const myAlarmClock = '8am';
if (myAlarmClock = '7am') {
console.log('Keep sleeping!');
} else if (myAlarmClock = '8am') {
console.log('Get your butt up!');
} else (myAlarmClock = '9am') {
console.log('You\'re late!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment