Lab exercises for Startup Institute
Objective:
- Create two dropdown menus that let users filter their needs.
- Based on the unique selection from the dropdowns, redirect users to a specific page in the website.
How To:
- Open the HTML file and read through the comments in grey.
- Open the JS file and read through the comments in grey.
- Within the JS file, practice writing if statements in the area indicated by **ADD CODE HERE**.
- If you are confused by the functions in the JS file, read the analogy example file.
Objective:
- Create a menu within a table.
- Create a button that, when pressed, will toggle the content in the menu.
How To:
- Open the HTML file and read through the comments in grey.
- Open the JS file and read through the comments in grey.
- Within the HTML file, link to the JS code in the area indicated by **ADD CODE HERE**.
- Within the JS file, complete the function in the area indicated by **FIX CODE HERE** and **ADD CODE HERE**.