Lab 30 Reflection Journal
For this lab we needed to create a list which would order the words in a created array by itself but disregards words such as "the", "an", "a", and "I". To start the lab an array needed to be created containing a list of anything whether it be shows, movies, bands, etc... After that a function was then created utilizing the strip attribute which would then allow use to chose the words which would not be read. Lastly all that was needed was to select the li tags using the querySelector and then the list was placed into order with the function into the HTML.
The skills gained from the lab will be really useful when it comes to sorting am assive amount of information instead of ordering something one by one with this code from the lab it can be done itself using the function. Someday I know that this code will be useful to me as I am pursuing a career in computer science and every piece of code I learn has value and the possibility that I will sue it once again.
Comments
Post a Comment