What are useful JavaScript methods that extends built-in objects?

Posted by Canavar on Stack Overflow See other posts from Stack Overflow or by Canavar
Published on 2009-07-16T13:04:39Z Indexed on 2010/04/28 0:43 UTC
Read the original article Hit count: 230

Filed under:

What are your most useful, most practical methods that extends built-in JavaScript objects like String, Array, Date, Boolean, Math, etc.?

String

Array

Date

Note : Please post one extended method per answer.

© Stack Overflow or respective owner

Related posts about JavaScript