chrismejia / intro-to-code-js

A repo meant new JS learners help with guided topic-centered practice problems
0 stars 5 forks source link

[Exercise] (Unit-Arrays) Color Matcher #58

Open chrismejia opened 3 months ago

chrismejia commented 3 months ago

For which unit?

Arrays

Description

Accept a 2d array where first ele is guessing are and 2nd ele is answer arr. Return count of matching colors across guessing and answer arr.

Sample Inputs and Outputs

https://youtube.com/shorts/8d3oRDqLTgs?si=MCbJ6PnP-8jRXlVH

Bonus Challenges (Harder Versions)

Packages to Add/Related Issues