_.startsWith('abc', 'a'); // => true
_.startsWith('abc', 'b'); // => false
_.startsWith('abc', 'b', 1); // => true