Tag
Notes tagged “javascript”
Every note filed under javascript, newest first.
A filtered view of the notes.
2009
- Even faster String.prototype.trim() implementation in JavaScript
A faster, non-regex String.prototype.trim() — later adopted into early JS frameworks.
- Making the browser download scripts in parallel
Loading multiple scripts concurrently instead of the browser’s serial default.
- memcache.js for Google App Engine application front-ends?
Caching AJAX responses on the client by mapping App Engine’s datastore to JS objects.
- Implementing a Pythonic range() function in JavaScript
A Python-style range() helper instead of typing out a sequence by hand.