Method 'print' send "newline" to output. How to print w/o "newline" in browser console?Someone lost sight of the something.Maybe I am.Maybe the developers.
Logging is meant for logging. But not console.
And this "console API" cannot be used without Firebug.
If the 'print' is a universal way to send a string to be printed (without thinking of the output device), how to print a string without a newline.
Without knowledge about about the "stdout".
Eg. in tests that running in web browser.
But is not usefull to show progress bar.10% 20% 30% (incrementally).Especially asynchronously.