- Create a list of Harry Potter world attractions
- Include information about each attraction
- Minimum height to ride in inches (0 if there is no minimum)
- A short description of the attraction
- A URL to a picture of the attraction
Using the above information, create the following functions:
WhichAttractionsAmITallEnoughFor
- Should take a the rider's height in inches
- Should write to the
console
the name of every ride the rider is tall enough to ride
TellMeMoreAboutAttraction
- Should take a string argument
- Should return the description of the attraction with the same name as the string
- Should return "No Information" if there is no attraction with a matching name
HomenumRevelio
- Takes no arguments
- Returns a random Harry Potter World attraction image URL
- See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random