Lab #8 Random Testimonials Troubleshooting
Within this lab, I was given a full website that had some troubleshooting to do. In order to troubleshoot the website, I had to add quotes to the page which would change each time the page was loaded.
To complete the troubleshooting, I added JavaScript to make the functionality possible. What I did was create an array that contained the quotes, then each time you refresh the page, an RnG would calculate a random number to determine which of the quotes to display.
Web designers would want to know how to do this in order to make their websites more displayable. It would also stand out from other websites that just put up information and doesn't do more than that.
To complete the troubleshooting, I added JavaScript to make the functionality possible. What I did was create an array that contained the quotes, then each time you refresh the page, an RnG would calculate a random number to determine which of the quotes to display.
Web designers would want to know how to do this in order to make their websites more displayable. It would also stand out from other websites that just put up information and doesn't do more than that.

Comments
Post a Comment