Created
June 18, 2018 15:32
-
-
Save Shaddyjr/0280f5232112aae9cf4646d9784f9d66 to your computer and use it in GitHub Desktop.
Debugging Code Along
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const x = 5; | |
x = 4; | |
console.log("Did you know? " + GodsOfDeathLoveApples); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment