# Hybrid Exercises

# Core JavaScript Knowledge Topics 1 - 8

This github repo (opens new window) contains a series of 8 markdown files. Each markdown file has a few small JavaScript tasks related to a specific feature topic area. These exercises are all related to core JavaScript features covered in the first four weeks of the course website.

There are a total of 8 topic sections.

  1. Variables and DataTypes
  2. Control Flow
  3. Functions
  4. Math and Numbers
  5. Strings
  6. Date and Time
  7. Arrays
  8. Objects

There is an intended order in the readme file in the repo. It generally follows the order of the course material. However, you can submit these in any order you want.

We recommend that you finish them all as soon as you can. There are more assignments in the courses later in the semester, which are more time consuming. The more of these that you complete early in the semester the better your JavaScript skills will be when doing the bigger assignments.

You need to complete at least four of the topic sections before the reading week and ALL 8 before the end of week 12.

# Submission

Due Date

Week 7 At least four of the exercise sections must be submitted before the end of week 7. (See BS LMS for exact date) Week 12 All the remaining exercise sections must be submitted before the end of week 12. (See BS LMS for exact date)

Open BS LMS and go to the Activities > Assignments page and submit each group of scripts to the matching topic area. Eg: Hybrid Variables is for topic section 1.


Back to Assignments page

Last Updated: 6/14/2022, 12:25:15 PM