This challenge is based around JavaScript and focuses on the generation of randomized passwords. The idea is to hit the ‘Generate Password’ button and to be met with a series of prompts, regarding what you would like your password to contain. After answering said prompts, a random password should be generated, keeping your answers in mind. This not only is helpful with regards to understanding JavaScript, but also is handy for future password use.
Below is screenshot of the page itself along with a snippet of the code behind the page:


Here is the link for the Generate Password page.