Skip to content

Instantly share code, notes, and snippets.

Created December 4, 2015 08:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b25eeda5ebd127cfee5b to your computer and use it in GitHub Desktop.
Save anonymous/b25eeda5ebd127cfee5b to your computer and use it in GitHub Desktop.
http://www.freecodecamp.com/2lei 's solution for Bonfire: Meet Bonfire
// Bonfire: Meet Bonfire
// Author: @2lei
// Challenge: http://www.freecodecamp.com/challenges/bonfire-meet-bonfire#
// Learn to Code at Free Code Camp (www.freecodecamp.com)
function meetBonfire(argument) {
// Good luck!
console.log("you can read this function's argument in the developer tools", argument);
return true;
}
meetBonfire("You can do this!");
@mercer08
Copy link

mercer08 commented Dec 4, 2015

array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment