Ad
  • Custom User Avatar

    Test failing even though it is a match when I console.log the test using

    multipleOf3Regex.test('110')

    My solution is

    const multipleOf3Regex = /^[0-1]{3}$/g

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    The kata doesn't seem to work for me. 4 tests comes back similar to the statement below:

    expected 'Jacob and Alex like ths' to equal 'Jacob and Alex like this'

    Are they not identical?!