This project was the third challenge I completed during a coding bootcamp with the University of Texas at Austin. The purpose of the project was to add functionality to a password generator. To start, ...
Browsers feature a Browser Object Model (BOM) that allows access and manipulation of the browser window i.e. it allows JavaScript to "talk to" the browser. Using the BOM, developers can move the ...