Created
January 1, 2021 17:01
-
-
Save zachgoll/6baec5981f3a0aab081e65d704cc6fc8 to your computer and use it in GitHub Desktop.
This file contains 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 variable1 = 20; | |
const variable2 = '40'; | |
const resultVariable = variable1 + variable2; | |
console.log(resultVariable); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment