Final Exam
Overview
The purpose of the exam is to measure your understanding of basic JavaScript concepts and application.
Exam Instructions
- The exam is comprehensive.
- There are about thirty (30) multiple choice type questions.
- The exam must be taken individually without the aide of another person or AI.
- It is open note and internet.
- The exam is timed in order to test your understanding versus your ability to extensively search for answers.
What to Study
Review the following resources to prepare for the exam.
- Learning activity code snippet examples.
- Learning activity quiz questions in Canvas.
- Review the programming tasks assigned in the course.
- Take this practice quiz: w3schools
JavaScript Quiz
This practice quiz is not comprehensive and older, however, it is still relevant, e.g., the quiz declares variable using var instead of the preferred const or let and you need to know about event listeners or other items covered in this course.