Next steps
To really master the material in the course, you need to embark on projects large enough that using our little boxes would be annoying. Here are a few starting points for practicing various concepts and bringing them together:
- Extend ideas shown in examples to other examples, such as using objects to store information about objects in the DOM, and using forms to enter objects.
- Using the ideas for forms, create a quiz by adding buttons to move back and forth between questions and adding arrays to store answers. You can then write functions that use multiple answers to determine what type of tree you really resemble the most.
- Practice use of the DOM and iteration by writing a script that creates the page for a game such as battleship (table), sudoku (tables of tables), or hangman (array), and the ideas above to process values to determine the state of the game.
For other resources to learn more, please see the Help page.