Skip to content

Instantly share code, notes, and snippets.

@TuanMinPay
Last active August 31, 2018 05:42
Show Gist options
  • Save TuanMinPay/b340255baa4a83bb971c54b3b87e0b94 to your computer and use it in GitHub Desktop.
Save TuanMinPay/b340255baa4a83bb971c54b3b87e0b94 to your computer and use it in GitHub Desktop.
function say(blog) {
console.log(blog);
}
function execute(someFunction, value) {
someFunction(value);
}
execute(say, "Siin");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment