Skip to content

Instantly share code, notes, and snippets.

@lumosmind
Created November 7, 2020 17:13
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 lumosmind/11845ac80566c2474dd4a6097c49392f to your computer and use it in GitHub Desktop.
Save lumosmind/11845ac80566c2474dd4a6097c49392f to your computer and use it in GitHub Desktop.
callback-example
const id = 21;
const callback = function(data){
console.log(data)
};
getData(id, callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment