This plugin adds on primitive Object (like string, number, array ...) additionnals methods
Nota bene: this plugin is AMD ready, and its name is "prototype"
-
string:
- endWith(needle)
- startWith(needle)
- repeat(num)
-
number:
- toPaddedString(length, radix)
-
array:
- slice (to work on every browsers)
- forEach(function)