In the Microsoft Edge DevTools, the Console tool has two main functions. The first is outputting messages and errors logged from a websites Javascript. For example, if your website code has a line of Javascript that reads , you would expect to get the following output in the Console tab of DevTools. Consoles second function is serving as a Javascript REPL, meaning you can write and run lines of...
Six time-saving tips for using the DevTools Console
Found 13 days ago at Microsoft Windows Team Blog