public/subjects/same-amount
davhojt 4d7dad6dd3 docs(same-amount): correct grammar 2022-05-31 08:28:06 +02:00
..
README.md docs(same-amount): correct grammar 2022-05-31 08:28:06 +02:00

README.md

Same Amount

Instructions

Create a function named sameAmount, that takes three arguments: a string, and 2 regular expressions. Your function should return a boolean.

The objective is to confirm that the regular expressions match the string the same number of times.

Notions