Created
January 25, 2017 15:30
-
-
Save maxleiko/e0e4427f044293ea05ff3a99b70e0d21 to your computer and use it in GitHub Desktop.
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 hello = (msg) => console.log(`Message: ${msg}`); | |
hello('Hello world'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment