rmurphey / js-assessment

A test-driven approach to assessing JS skills
5.15k stars 2.05k forks source link

Clarify wording for specs in arrays.js #206

Open dputtick opened 7 years ago

dputtick commented 7 years ago

The old wording made it unclear what the return value should be for these tests. Do you want an array of elements? The original array with duplicates removed? The indices of elements? Hopefully this is in improvement, but open to something clearer if you think of it.