* **replace() method:** This method searches a string for a defined value, or a regular expression, and returns a new string with the replaced defined value.
Underscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects.