I'm trying to print results from my Javascript to the Console, but Console.log() doesn't appear to be a thing. My current work around is to create a string variable and assign results to it, and then I look at it in the Debug tab. I'm wondering what other people are doing?