This JavaScript project allows a user to create a username with a limit of three individual words.
I use an event listener where an alert is set off if the amount of words being inputed is detected as more than 3.
Sources used:
https://javascript.info/introduction-browser-events
https://www.w3schools.com/js/js_events.asp
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events