Skip to content

Instantly share code, notes, and snippets.

@maxleiko
Created January 25, 2017 15:30
Show Gist options
  • Save maxleiko/e0e4427f044293ea05ff3a99b70e0d21 to your computer and use it in GitHub Desktop.
Save maxleiko/e0e4427f044293ea05ff3a99b70e0d21 to your computer and use it in GitHub Desktop.
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