On Mon, Feb 10, 2014 at 10:13 PM, Allen Wirfs-Brock <[email protected]>wrote:
> Object.assign(String.prototype, {
> repeat(n) {return Array(+n+1).join(this)}
> });
>
Roger that!
--
*'I am what I am because of who we all are'*
h3manth.com <http://www.h3manth.com>
*-- Hemanth HM *
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

