Challenge: How many candy types are in the array? We want to know how many candy types we have in the inventory. Create a function called countCandyTypes that takes in: • the inventory array Return the number of objects in the array, which should be the number of types of candy. Example input and output countCandyTypes(inventory); //-> 4 countCandyTypes([]) //-> e Sample inventory array This is a sample of the data that will be used in all of the challenges. let inventory = [ { candy: "Twizzlers", inStock: 180, weeklyAverage: 200 }, { candy: "Sour Patch Kids", inStock: 90, weeklyAverage: 100 }, { candy: "Milk Duds", inStock: 300, weeklyAverage: 170 }, { candy: "Now and Laters", inStock: 150, weeklyAverage: 40 } The tests might pass in different inventory arrays, but they'll have the same shape. Time: 684ms Passed: 1 Failed: 2 Exit Code: 2 Test Results: Log (Function: countCandyTypes) countCandyTypes

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
please help this is JavaScript programming. please provide step by step code.
5-E X
X Mathway | Algel x
(A) How to Count C X
| E Reading list
RUN TESTS
SUBMIT SOLUTION
NEXT CHALLENGE
O Instructions
Run your solution against your tests CTRL +
IDE Settings
Challenge: How many candy types are in the array?
We want to know how many candy types we have in the inventory.
Create a function called countCandyTypes that takes in:
• the inventory array
Return the number of objects in the array, which should be the number of types of candy.
Example input and output
countCandy Types (inventory); //-> 4
countCandyTypes([]) //-> 0
Sample inventory array
This is a sample of the data that will be used in all of the challenges.
let inventory [
{ candy: "Twizzlers", inStock: 180, weeklyAverage: 200 },
{ candy: "Sour Patch Kids", instock: 90, weeklyAverage: 100 },
{ candy: "Milk Duds", inStock: 300, weeklyAverage: 170 },
{ candy: "Now and Laters", inStock: 150, weeklyAverage: 40 }
The tests might pass in different inventory arrays, but they'll have the same shape.
Time: 684ms Passed: 1 Failed: 2 Exit Code: 2
Test Results:
v Log
(Function: countCandyTypes)
v countCandyTypes
11:29 PM
ENG
2/20/2022
Transcribed Image Text:5-E X X Mathway | Algel x (A) How to Count C X | E Reading list RUN TESTS SUBMIT SOLUTION NEXT CHALLENGE O Instructions Run your solution against your tests CTRL + IDE Settings Challenge: How many candy types are in the array? We want to know how many candy types we have in the inventory. Create a function called countCandyTypes that takes in: • the inventory array Return the number of objects in the array, which should be the number of types of candy. Example input and output countCandy Types (inventory); //-> 4 countCandyTypes([]) //-> 0 Sample inventory array This is a sample of the data that will be used in all of the challenges. let inventory [ { candy: "Twizzlers", inStock: 180, weeklyAverage: 200 }, { candy: "Sour Patch Kids", instock: 90, weeklyAverage: 100 }, { candy: "Milk Duds", inStock: 300, weeklyAverage: 170 }, { candy: "Now and Laters", inStock: 150, weeklyAverage: 40 } The tests might pass in different inventory arrays, but they'll have the same shape. Time: 684ms Passed: 1 Failed: 2 Exit Code: 2 Test Results: v Log (Function: countCandyTypes) v countCandyTypes 11:29 PM ENG 2/20/2022
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY