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!");
Part Australian / Part Canadian
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!");