TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
LoStorage.js - Client-side storage the way it should be
1 points
by
js-coder
over 12 years ago
1 comment
n-gauge
over 12 years ago
Good example and if your using the ! in front of the function to save a byte you could change the for loops like so:<p>for (var i = 0, l = keys.length; i < l; i++) {<p>to<p>for (var i = keys.length; i--;) {<p>(to save even more)