Skip to content

Instantly share code, notes, and snippets.

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