javascript30.com challenge
Learned about console.warn()
, console.error()
, console.info()
, console.assert(condition?, the error return)
which checks if a condition is true and throw an error if false, console.dir()
to show the DOM list of an element. console.group()
, console.groupEnd()
, console.count()
and console.time()
.