gustafl / lexeme

A new take on language learning.
1 stars 0 forks source link

Borrow util.format() from Node #91

Closed gustafl closed 8 years ago

gustafl commented 8 years ago

I can't stand it – JavaScript needs a String.format() function! Borrow it from Node's util.format().

gustafl commented 8 years ago

Done. Apparently, you can't extend native objects when using jQuery. Hmpf. Made my own format() function.