Skip to content

Instantly share code, notes, and snippets.

@cedmans
Created December 13, 2016 07:55
Show Gist options
  • Save cedmans/91c6400fcaae08a7d8be9bd8c5183ead to your computer and use it in GitHub Desktop.
Save cedmans/91c6400fcaae08a7d8be9bd8c5183ead to your computer and use it in GitHub Desktop.
Totally my first code ever
// Announce my intentions
let now = 'my time to shine!';
((whatIsNow) => alert(`It is now ${whatIsNow}`))(now);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment