Skip to content

Instantly share code, notes, and snippets.

@Qolzam
Created May 23, 2018 01:07
Show Gist options
  • Save Qolzam/4ca80e6b411752389603677cc054dd90 to your computer and use it in GitHub Desktop.
Save Qolzam/4ca80e6b411752389603677cc054dd90 to your computer and use it in GitHub Desktop.
JavaScript code example
function 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