I started learning JavaScript and I was doing some exercises. I got undefined
in Mozilla console. I am just curious about whether or not I'm missing something. Here's what I did.
function myFunction () {
console.log("test call");
}
myFunction();