Skip to content

Instantly share code, notes, and snippets.

@shivampip
Created February 14, 2020 15:49
Show Gist options
  • Save shivampip/28913f666a1ed8a3000b6bc9bc7520f8 to your computer and use it in GitHub Desktop.
Save shivampip/28913f666a1ed8a3000b6bc9bc7520f8 to your computer and use it in GitHub Desktop.
[MEDIUM][REACT][EXSC] script file
function helloLife(msg) {
console.log("LIFE: " + msg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment