Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created April 28, 2018 12:14
Show Gist options
  • Save lmiller1990/8e1befd84fdba0f02ce794f5f086b602 to your computer and use it in GitHub Desktop.
Save lmiller1990/8e1befd84fdba0f02ce794f5f086b602 to your computer and use it in GitHub Desktop.
const describe = (desc, fn) => {
console.log(desc)
fn()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment