We can create a function p in the following code:
p
var p = function() { }; if (typeof(console) != \'undefined\' && console.log) { p =
You can use Function.apply():
console.log.apply(console, arguments);