2.6: Problems
- Page ID
- 27536
- Create a form for an application of your choice. The application can be for a realtor, a schedule at work, your favorite team’s roster, or any topic you choose. Use as many form elements as you can, but at a minimum you must use text boxes, check boxes, and radio buttons.
Learning Objectives
- Inserting JavaScript into an HTML file
- How to output HTML from JavaScript to the Web page
- How to print debug output to the console.
- Branching (if) and looping (while and for) program control structures
- Using Arrays as you would in a more traditional language such as Java or C++
- Implementing and calling functions
- Lambda functions
- JQuery syntax and onload event
- Assigning functions to handle events in the onload event using Immediately Invoked Function Expressions (IIFE)
- Functional programming