Due Date: optional


Assignment 7

In this next step, we will be learning about:

Now that the concept of strings have been introduced, it is important to understand the useful operations that can be accomplished with them and how they allow you to do powerful things in the context of a program.

Following the instructions provided within the link...

  1. Create an input dialog that returns the input with the added suffix "cious" and makes the input in all capital and returns this as a header.
  2. Please add a comment to explain what is happening in your own words.

Save the file(s) with the prefix '1_7'.


Assignment 8

In this next step, we will be learning about:

These are a simple way of storing a list of data items under a single variable name. We will then be creating them and manipulating them and seeing how that is useful in the context of larger programs.

Complete the application provided in the instructions.

Save the file(s) with the prefix '1_8'.


Main Activity Project

Awesome! Now that you have a basic understanding of the fundamentals of Javascript, your comprehension of JS will be tested...

In this next step, we will be using our new knowledge of:

Complete the application provided in the instructions

Save the file(s) for this project with the prefix '1_final'.