Tell us what’s happening: I’ve been through the forums looking for the issue, rewatched the video multiple times also, I can’t seem to find the problem I’m having. It’s still saying that I need to incorporate all three problems. Can someone give some insight ?
Describe your issue in detail here.
Your code so far
function reuseableFunction() {
console.log("Hi World");
}
reuseableFunction();
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0
Challenge Information:
Basic JavaScript - Write Reusable JavaScript with Functions