Мне было интересно, смогу ли я очистить консоль какой-нибудь командой ...
console.log()
, может распечатать ... есть ли команда для очистки консоли? ..
Я попытался console.log(console);
и получил эту функцию ниже ...
assert: function assert() { [native code] }
constructor: function Console() { [native code] }
count: function count() { [native code] }
debug: function debug() { [native code] }
dir: function dir() { [native code] }
dirxml: function dirxml() { [native code] }
error: function error() { [native code] }
group: function group() { [native code] }
groupEnd: function groupEnd() { [native code] }
info: function info() { [native code] }
log: function log() { [native code] }
markTimeline: function markTimeline() { [native code] }
profile: function profile() { [native code] }
profileEnd: function profileEnd() { [native code] }
time: function time() { [native code] }
timeEnd: function timeEnd() { [native code] }
trace: function trace() { [native code] }
warn: function warn() { [native code] }
__proto__: Object
[Я думаю, что нет способа очистить консоль ... но я хотел, чтобы кто-то сказал мне это ...]