Skip to content

Instantly share code, notes, and snippets.

@kbakande
Created March 15, 2021 03:04
Show Gist options
  • Save kbakande/e2c15c78bb57558b390a555c931a3ebb to your computer and use it in GitHub Desktop.
Save kbakande/e2c15c78bb57558b390a555c931a3ebb to your computer and use it in GitHub Desktop.
Normal Function in Javascript
function fname (varInp) {
console.log(varInp);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment