the following test wouldn't pass ``` const foo = ' my string'; expect(capitalize(foo)).toEqual('My string'); // not passing ``` as a developer I expected this test to pass, did you think of that case scenario?