Ad
  • Custom User Avatar

    The test cases return
    [ 'Gap', 'gAp', 'gaP' ]
    [ 'Hello', 'hEllo', 'heLlo', 'helLo', 'hellO' ]
    [
    'Two worlds',
    'tWo worlds',
    'twO worlds',
    'two Worlds',
    'two wOrlds',
    'two woRlds',
    'two worLds',
    'two worlDs',
    'two worldS'
    ]

    I really don't see where the mistake is. Scratching head

  • Custom User Avatar

    I got that extra ' gap ' here without any capitalization. I'll try again tomorrow but I ran all the test cases in VSCode and they return correct result (definitely no extra words in array)

  • Custom User Avatar

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