Tell us what’s happening:
I feel like I am doing it correctly, but it is claiming that I am not making a function. Can anyone please help?
Your code so far
function ReusableFunction(){
console.log('Hi World');
}
reusableFunction();
var myList = [];
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36
.
Challenge: Shopping List
Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/shopping-list