| # | title | topic | type | difficulty |
|---|---|---|---|---|
| 1 | Test the tester: total() | Unit Testing | Write the tests | Easy |
| 2 | Test the tester: maxOf() | Unit Testing | Write the tests | Easy |
| 3 | Test the tester: capitalize() | Unit Testing | Write the tests | Easy |
| 4 | Test the tester: dedupe() | Unit Testing | Write the tests | Medium |
| 5 | Test the tester: clamp() |
| Unit Testing |
| Write the tests |
| Medium |
| 6 | Test the tester: slugify() | Unit Testing | Write the tests | Medium |
| 7 | Test the tester: toCents() | Unit Testing | Write the tests | Hard |
| 8 | Test the tester: range() | Unit Testing | Write the tests | Hard |
| 9 | Test the tester: escapeHtml() | Unit Testing | Write the tests | Hard |
| 10 | Test the tester: LRU cache | Unit Testing | Write the tests | Hard |
| 11 | Test the tester: curry() | Unit Testing | Write the tests | Hard |
| 12 | Test the tester: searchInsert() | Unit Testing | Write the tests | Hard |
| 13 | Test the tester: deepClone() | Unit Testing | Write the tests | Hard |
| 14 | Test the tester: createEmitter() | Unit Testing | Write the tests | Hard |
| 15 | Test the tester: addStrings() | Unit Testing | Write the tests | Hard |
| 16 | Test the tester: memoize() | Unit Testing | Write the tests | Hard |
| 17 | Test the tester: once() | Unit Testing | Write the tests | Medium |
| 18 | Test the tester: reverseString() | Unit Testing | Write the tests | Easy |
| 19 | Test the tester: isPalindrome() | Unit Testing | Write the tests | Easy |
| 20 | Test the tester: fizzBuzz() | Unit Testing | Write the tests | Medium |
| 21 | Test the tester: isBalanced() | Unit Testing | Write the tests | Medium |
| 22 | Test the tester: groupBy() | Unit Testing | Write the tests | Hard |