Created
January 22, 2019 20:13
-
-
Save danvk/0d02bb9a40f8ce7799c1e20a0ab8633e to your computer and use it in GitHub Desktop.
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
purchase('Macbook Air'); | |
const newToy = 'Macbook Air'; | |
purchase(newToy); // ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment