JavaScript
Goals for the JavaScript Unit- Understand where JavaScript fits into front-end web development
- Understand some basics in JavaScript
- Do essential operations:
- DOM manipulations
- if...else
- for..of loops
- objects
- events
- DOM
- JSON data structures
- Troubleshoot with browser console
- Do essential operations:
- Understand how to use JavaScript
- Separate JS from Markup
- Be able to incorporate JavaScript functionality into a site
- Be able to use JavaScript for commonly needed functionality
- Ready for more!