How to console.log the version of JavaScript libraries on your browser
During a web assessment is common to find some outdated JavaScript library. I like to showcase the version of the outdated library in a console print with the URL where it loaded. Below is the list of console commands, to get their versions.
Read More »How to console.log the version of JavaScript libraries on your browser