Lab #30 Sort Without Articles

This lab was titled, "Sort Without Articles". This lab basically had given us a list of bands which then was sorted out by alphabetical order in the console.log.


To accomplish the sorting, I had first taken the list of all the band and then removed the "a" and "the" from the sorting to make it more accurate and not have these words affect the sorting. After that, I sorted the bands out using a jQuery selector and then created a login console with the sorting having been completed.

A web designer might want to know how to sort out a list of items and exclude some terms like "the" or "a" in order to keep consistency within their data. This can be useful as to staying organized and so their website doesn't become a mess of unorganized information. Even using console to organize data is a good method because you can always check even after you update your page.

Comments

Popular posts from this blog

WBL Workshop #6 Interview Skills

CTE Expo Reflection Journal

Lab #12 Reflection