Skip to content

Instantly share code, notes, and snippets.

@shajanjp
Created June 25, 2019 09:00
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 shajanjp/579ab1891dce332eb3fa89b4dd9d933d to your computer and use it in GitHub Desktop.
Save shajanjp/579ab1891dce332eb3fa89b4dd9d933d to your computer and use it in GitHub Desktop.
function alertEveryone(fullName) {
let myName = `Mighty ${fullName}`;
for (let i = 0; i < length; i++) {
console.log(`${myName} is coming..`)
}
}
alertEveryone("Octocat");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment