MOtaJ / functions-scavenger-hunt

[Intermediate] JS - Warmup exercise to review functions, Arrays, and Objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

functions-scavenger-hunt

Reference

Objective

Use your current knowledge about JavaScript Functions, Arrays, and Objects to complete this warmup exercise. Fork this repository and get started in your app.js. The numbers that you get will correspond with the mystery objects that you must find!

Make sure to link the JS file before you begin!

Prerequisites

To complete this project, students should have the following:

  • Basic understanding of HTML structures and attributes
  • Basic understanding of JavaScript functions

Your Challenge

Function Frenzy!

To complete this part, fulfill the following requirements:

  1. Fork this repository.
  2. Link the JS file in the HTML.
  3. Open the app.js file.
  4. Read through the instructions for each function and create the corresponding function.
  • Make sure to console.log the result of each function!

Scavenger Hunt!

To complete the second part, fulfill the following requirements:

  1. View the project in your browser.
  2. Look in your console.log.
  3. Match the resulting number from each function to the letter of the alphabet as indicated in the above picture.
  4. Find the objects and give them to the instructor!

Resources

About

[Intermediate] JS - Warmup exercise to review functions, Arrays, and Objects.


Languages

Language:JavaScript 85.2%Language:HTML 14.8%