Ad
  • Custom User Avatar

    Test for JS:
    describe("solution", function(){
    it("should test for something", function(){
    Test.expect(solution("abc"), ['ab', 'c_']);
    Test.expect(solution("abcdef"), ['ab', 'cd', 'ef']);
    });
    });