I’m required to “Call reusableFunction after you define it”, and I have done that, but it won’t pass me.
Your code so far
// Example
function ourReusableFunction() {
console.log("Heyya, World");
}
ourReusableFunction();
// Only change code below this line
function reuseableFunction() {
console.log("Hi World");
}
reuseableFunction();
reuseableFunction();
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36.
Link to the challenge: