Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Created March 4, 2019 03:17
Show Gist options
  • Save bengrunfeld/d940c42343eab6609ff7fc696d657948 to your computer and use it in GitHub Desktop.
Save bengrunfeld/d940c42343eab6609ff7fc696d657948 to your computer and use it in GitHub Desktop.
Just a simple bit of code for example purposes
const sayHello = () =>
console.log('Hello, World')
sayHello()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment