Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

plugin for JavaScript based objects

This plugin adds on primitive Object (like string, number, array ...) additionnals methods

Nota bene: this plugin is AMD ready, and its name is "prototype"

List of additionnals methods

  • string:

    • endWith(needle)
    • startWith(needle)
    • repeat(num)
  • number:

    • toPaddedString(length, radix)
  • array:

    • slice (to work on every browsers)
    • forEach(function)