_.endsWith('abc', 'c'); // => true
_.endsWith('abc', 'b'); // => false
_.endsWith('abc', 'b', 2); // => true