| Level Navigation: 1 | Current Level: 2 | 3 | 4 | 5 | 6 |
Tags: #lesson #level2 #postman #javascript #challenge
Goal: Add a button challenge and integrate your function with user interaction.
Now that you have your basic function working, letβs add some user interaction! This level introduces the optional button challenge that will make your app more interactive.
π‘ Challenge Tips:
- Use the
onEvent()function you learned in Week 5- The button should call
fetchNewOrleansWeather()when clicked- Test that clicking the button shows the console log
onEvent()fetchNewOrleansWeather()Ready for the next level? Continue to Level 3: Postman Code Generation
| Level Navigation: 1 | Current Level: 2 | 3 | 4 | 5 | 6 |