NO matter how many times I describe a function it always comes up undefined when i hit 'learn test'.
This is on Visual Studio Code under index.js(javascript) on an assignment. I gave it the code:
function add(); {
return "something";
}
This seems like the code but it keeps saying "add is undefined". This happens to every function I try to create. What should I do?