-
Notifications
You must be signed in to change notification settings - Fork 11
Learning Objectives wk 3
Evan Cole edited this page Oct 18, 2019
·
1 revision
This week you'll be learning the first workings of JavaScript as a language in isolation (the exercises) and experimenting with it in context (the project).
- stepping through scripts with JS Tutor
- familiarity with basic syntax
- using the devtools to find errors
- exchanging values between variables
- tracing function execution
- a first look at types & operators
- understand User Interface vs. Core Logic
- using the devtools to simulate different devices (responsive design)
As in the last module, homework and projects will be completed and submitted using GitHub.