How to print the version of JavaScript libraries in console
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 print the version of JavaScript libraries in console