# Core JS Exercises

# Core JavaScript Knowledge Topics

This github repo (opens new window) contains a series of 6 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 6 topic sections.

  1. Variables and DataTypes
  2. Control Flow
  3. Functions
  4. Strings
  5. Math and Numbers
  6. Arrays

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

To submit your code you will be copying and pasting the JavaScript into a text field in BS LMS.

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 ALL 6 before the end of week 7.

# Submission

Due Date **Week 7**

These exercise sections must all be submitted before the end of week 7. (See BS LMS for exact date and time).

However, we STRONGLY recommend that you submit at least one each week.

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/2/2023, 12:29:12 PM