First of all, a big shoutout to the challenge author. All the challenges in this set are available here.
##
Analysis
Going through the challenge source, we can see that two JavaScript files are imported.
| |
arg-1.4.js is a popular library for parsing URL parameters. And main.js has the following content.
| |
We can see that main.js uses Arg library to parse location.hash and uses URLSearchParams to parse query strings.