Lab Treinta | Sort Without Articles | Jorge Carty

Visual Representation of Lab 30
This lab was short but fun to make. This required HTML and JavaScript, CSS was optional to make it look nicer.

All you can see in this lab is a div with names inside of it, but, have you noticed that they're sorted by names? HIYA! I got you there! The work behind it is all JavaScript and some HTML. HTML was used to make the list itself. Then the names and the function of sorting them out were done with the help of Mr. JavaScript. The names are stored in an array that later on with the help of a function and a const, it accomplishes the job of sorting them out.

This is very important for a web designer because you can visually organize information, unlike previous console labs, where you were able to do this only in the console.

JavaScript of Lab 30

Comments

Popular posts from this blog

COMPARING THE DIFFERENT IMAGE FILE FORMATS by Jorge Carty Diaz

My experience in the Metropolitan Museum of Art

Lab Quince | JS Drum Kit & Clock | Jorge Carty