MIDTERM EXAM
Overall worth: 25%
Information
The Exam will be 1.5 hours on Slate with Respondus Lockdown Browser and for remote classes Respondus Monitor.
Topics
The exam will cover lessons 1-6. JavaScript Basics:
- variables
- concatenation
- conditionals
- loops
- arrays
- object literals
- functions
- arrow functions
- scope
- intervals and timeout
There will also be DOM questions:
- getElementByID()
- innerText and innerHTML
- style
- addEventListener()
- node manipulation
And Object Oriented questions:
- OOP Theory
- custom classes
- objects
- properties
- methods
- inheritance
- ** getter setter
- ** override
- ** static
** There will not be questions asking for Getter Setter, Override or Static code. But there may be questions asking about these concepts.
The exam will not cover any Canvas specific questions - so no ZIM.
Format
The exam will be short answer and short answer/ multiple choice / true false.
Note
The exam will not be to try and trick you - it will be to determine if you know the basics of JavaScript and what you have been learning.