console.log(\'hi\');
undefined
Is there any similar implementation in 6.0? or Did I do something wrong?
If you are using JQuery what I do is dynamically add an ouput field to the page so I can see JavaScript values. The z-index is to keep it on the top. Style it however you want. I usually add a colored border or bright background color so it is easy to find on screen.
var output= 'hello';
$('body').append("" + output + "");