Historic Wildfire Perimeters
GeoMAC logo
Refresh to Select Different Year

Reflections on Lesson 6

Each lesson adds to our coding capabilities. Lesson 6 covers search and query capabilities and introduces us to promises. Likewise, with each lesson, the coding becomes more complex.

For this lesson, we were given a choice of scenarios. I selected the Historic Wildfire Perimeter Service. The assignment calls for users to be prompted to enter a year from 2000 to 2018. The app was designed with the following major components:

Lesson 6 provided an excellent introduction to searches and queries and how JavaScript can be used to create user prompts. Overall, the JavaScript prompt() method is not ideal for user interaction. As the lesson summary notes, “more sophisticated apps” will be explored in Lesson 7.