Skip to content

Instantly share code, notes, and snippets.

@danvk
Created January 22, 2019 20:13
Show Gist options
  • Save danvk/0d02bb9a40f8ce7799c1e20a0ab8633e to your computer and use it in GitHub Desktop.
Save danvk/0d02bb9a40f8ce7799c1e20a0ab8633e to your computer and use it in GitHub Desktop.
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