Sobsno wondered whether to shorten the console.log () construct for convenience. Since I often use the console output firebug. I implemented it like this: var cout = console.log; cout ('It's great. But doesn't work in Chrome's console!');
As you understand from the output line, this case does not work in the chrome console. I did not understand the reason. Can you explain? Or tell me another way to cut?