We had to build a website for lab 24 which had a video player which could speed up or slow down the video. The first step was to build a fundamental video player html and css page, then I began scripting the feature. I have developed several techniques to make the video player function, such as updateButton, which updates the button depending on whether it is paused or played, handleProgress that handles the video velocity, etc. Then I added listeners for various events to trigger the features.
I've learned a lot in this lab. I learned, for instance, how to use conditional operators like? And: which replaces if the latest version of javascript contains other statements. I plan to use these abilities in the future when I generally work with javascript, whether it's a webpage or a program. Some recommendation I'd offer is to use conditional operators rather than other statements due to the effectiveness it offers.
I've learned a lot in this lab. I learned, for instance, how to use conditional operators like? And: which replaces if the latest version of javascript contains other statements. I plan to use these abilities in the future when I generally work with javascript, whether it's a webpage or a program. Some recommendation I'd offer is to use conditional operators rather than other statements due to the effectiveness it offers.
Comments
Post a Comment