end-with
Determines whether a string ends with the characters of another string.
pad-start
ES spec-compliant String.prototype.padStart shim.
pad-end
ES7 spec-compliant String.prototype.padEnd shim.
infix-to-postfix
Returns a postfix (Reverse Polish Notation) expression from an infix expression.