Lab 23-2: Type Ahead
Link to Lab 23-2:
I personally found this lab to be very interesting because we were assigned to make a search form that when only a few letters are types, a lost of cities or states with that combination of letters would appear. The parts of the code that were needed included code that would search through both the list of cities and lost of states, code that would ignore words such as "an" because it is not part of the city or state name and code that would display the results.
Honestly, looking at the code, it is simpler than it looks. I thought this lab would be very useful in the future because it could be a great addition to a website where I am looking through a long list and want to narrow down the options. This code isn't just limited to cities and states, it could be applied to books, movies, and so much more
I personally found this lab to be very interesting because we were assigned to make a search form that when only a few letters are types, a lost of cities or states with that combination of letters would appear. The parts of the code that were needed included code that would search through both the list of cities and lost of states, code that would ignore words such as "an" because it is not part of the city or state name and code that would display the results.
Honestly, looking at the code, it is simpler than it looks. I thought this lab would be very useful in the future because it could be a great addition to a website where I am looking through a long list and want to narrow down the options. This code isn't just limited to cities and states, it could be applied to books, movies, and so much more

Comments
Post a Comment