Created
March 4, 2019 03:17
-
-
Save bengrunfeld/d940c42343eab6609ff7fc696d657948 to your computer and use it in GitHub Desktop.
Just a simple bit of code for example purposes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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