D
D
deleted-tnorman2014-02-23 06:56:12
JavaScript
deleted-tnorman, 2014-02-23 06:56:12

Why can't console.clear() be used in Firebug?

Please tell me how to use the console.clear() console command correctly.
console.log(RGB) perfectly displays the variable I need to the console, but console.clear() does not want to clear it.

console.clear(); 
console.log(RGB);

What am I doing wrong?
Thanks in advance for your time.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Morozov, 2014-02-23
@metamorph

just try
clear();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question