Skip to content

Instantly share code, notes, and snippets.

@raduGaspar
Created April 1, 2019 17:05
Show Gist options
  • Save raduGaspar/3ba93f642cbccea9ed4ff35f13755c40 to your computer and use it in GitHub Desktop.
Save raduGaspar/3ba93f642cbccea9ed4ff35f13755c40 to your computer and use it in GitHub Desktop.
const firstName = 'John'
const lastName = 'Doe'
let sleepCounter = 0
function sleep (firstName) {
return `${firstName} is asleep for the ${++sleepCounter} time`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment