Skip to content

punchcode-fullstack/7-JS-functional-array-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Objectives

Learning Objectives

After completing this assignment, you should:

  • Understand objects
  • Understand arrays and loops
  • Ability to breakdown multiple steps into a series of statements in JS

Performance Objectives

After completing this assignment, you be able to effectively use

  • array.forEach()
  • array.map()
  • array.filter()
  • array.reduce()

Details

Deliverables

  • A repo containing at least:

    • main.js
    • items.js
    • index.html
    • main.css
  • A link to both deployed project and repo

Requirements

  • No JavaScript errors or warnings
  • The answers on the screen MUST match what is below

Normal Mode

  1. Use the files items.js and index.html
  2. Make sure to create a main.js file to put your code in
  3. Using the items variable, use array.map(), array.reduce(), array.forEach, and array.filter() to help you through the following questions.
  4. Using innerHTML, place your answers in the correct element in the index.html file.
  5. Make your index.html page look exactly like provided mockup.png
  6. Deploy this to GH Pages

Make sure the output matches the answers below for each question. Make sure to comment your code as you walk through your process.

Questions & Answers

  1. Show me how to calculate the average price of all items.
The average price is $23.63
  1. Show me how to get an array of items that cost between $14.00 and $18.00 USD
1970s Coors Banquet Glass Beer Pitcher

The Three Broomsticks Customizable Beer Stein Mug, Harry Potter Inspired, hogsmeade village, harry potter gift, three broomsticks mug

Hand Painted Colorful Feather Glass
  1. Which item has a "GBP" currency code? Display it's name and price.
1970s Schlitz Malt Liquor Glass Beer Pitcher costs £18
  1. Display a list of all items who are made of wood.
SALE Mid Century Siesta Ware White Mug with Anchor - Set of 3 is made of wood.

Bottle cap catcher personalized. Man cave gift for him- Wooden Beer pub sign - Groomsmen wedding Gift is made of wood.

Medium Size, Welcome To Our Firepit-Where Friends And Marshmallows Get Toasted At The Same Time-Painted Wood Sign-Custom Colors is made of wood.

Magnetic Wall Mount Bottle Opener Barware Set - Stainless Steel or Black - Personalized if you like! is made of wood.

Engraved Pocket Knife, Personalized Groomsmen Gift, Ring Bearer Gift, Graduation Gift, 4 Knives is made of wood.
  1. Which items are made of eight or more materials? Display the name, number of items and the items it is made of.
Qty of 2 Groomsmen Gift - Stainless Steel Personalized Bottle Opener - NO Capcatcher has 9 materials:
wall mount bottle opener
wedding
man cave
christmas gift
guy gift
fathers day
home bar
beer
bar

The Three Broomsticks Customizable Beer Stein Mug, Harry Potter  Inspired, hogsmeade village, harry potter gift, three broomsticks mug  has 13 materials:

glass
sandblast cabinet
vinyl
beer glass
pint glass
etched pint glass
etched glass
etched beer glass
16 oz pint
beer gift
etched harry potter glass
the three broomsticks glass
personalized harry potter glass
  1. How many items were made by their sellers?
18 were made by their sellers

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors