Skip to content

Instantly share code, notes, and snippets.

@zonayedpca
Created March 29, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zonayedpca/ce76a02363ad20bf3b30a7ed68a7b5df to your computer and use it in GitHub Desktop.
Save zonayedpca/ce76a02363ad20bf3b30a7ed68a7b5df to your computer and use it in GitHub Desktop.
Basic Function
function printMyName(name, age) {
console.log('My name is: ' + name + ' and I am ' + age + ' years old!');
}
printMyName('Zonayed Ahmed', 21);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment