Skip to content

Instantly share code, notes, and snippets.

@Qolzam
Created May 23, 2018 04:53
Show Gist options
  • Save Qolzam/bbd4f2f8ab6737e6c9d3752d9916a9b9 to your computer and use it in GitHub Desktop.
Save Qolzam/bbd4f2f8ab6737e6c9d3752d9916a9b9 to your computer and use it in GitHub Desktop.
ES6 example
const test = () => {
console.log('I am JavaScript code.');
}
test(); // Output: I am JavaScript code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment