Skip to content

Instantly share code, notes, and snippets.

@kjk
Last active November 9, 2019 01:38
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 kjk/ff5c28c3250df13f191aafa85e174b8d to your computer and use it in GitHub Desktop.
Save kjk/ff5c28c3250df13f191aafa85e174b8d to your computer and use it in GitHub Desktop.
const logMe = function(s) {
console.log(s);
}
const logMe2 = logMe;
logMe2("hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment