As Agent 00F, you must infiltrate secrets from files stored at a mystery location. To achieve this, you'll plant bugs in the files using the Console API, which outputs data to the console where The Agency can access it.
Learning Objects
Learn to get the most out of the Console API, a key part of the browser's JavaScript debugging toolkit. Beyond console.log()
, you'll be introduced to powerful new methods including console.error()
, console.table()
, console.count()
, and console.assert()
.
Prerequistes
Best for developers who've already scratched the surface using the browser developer tools and console.log()
to debug their code.