I am learning JavaScript for the first time using NetBeans. My code can compile, but I don't know how to print to the console screen. I've tried the System.out.println function, but that still doesn't work. What am I doing wrong?
At all the other programs I've used online, the output was automatic, so to add "console.log()", where do I put it, and how do I make it show the values of the variables like in the text?