clear javascript console in Google Chrome

I was wondering if I could clear up the console with some command.. console.log(), can print… is there a command to clear up console?.. I’ve tried to console.log(console); and got this functions below… assert: function assert() { [native code] } constructor: function Console() { [native code] } count: function count() { [native code] } debug: … Read more