Lab 31 Reflection
Jhoan Alexander
WCP Reflection
This lab was made with a Javascript 30 tutorial. JavaScript 30 is an online resource website which supplies alumni with Javascript tutorials. In this lab it required HTML, CSS and Javascript.In this lab, we had to add up the length of all the videos in a list and display it on the console log. We did this by adding a data-time attribute to the li tags containing a certain amount of time. Then using querySelector, we selected all the data-time attributes and placed them in a constant. We then made separate constants for the hours and minutes. In these constants the total hours and minutes would be calculate and would then be displayed on the console log. We did this using javascript. Overall an easy lab with the use of the tutorial by side.
WCP Reflection
This lab was made with a Javascript 30 tutorial. JavaScript 30 is an online resource website which supplies alumni with Javascript tutorials. In this lab it required HTML, CSS and Javascript.In this lab, we had to add up the length of all the videos in a list and display it on the console log. We did this by adding a data-time attribute to the li tags containing a certain amount of time. Then using querySelector, we selected all the data-time attributes and placed them in a constant. We then made separate constants for the hours and minutes. In these constants the total hours and minutes would be calculate and would then be displayed on the console log. We did this using javascript. Overall an easy lab with the use of the tutorial by side.
Comments
Post a Comment