Colección de trucos avanzados de programación Javascript
(pulsa aquí para ver en grande la Cheat Sheet de Javascript)
Pequeños y útiles programas realizando todo tipo de operaciones en Javascript.Algunos ejemplos:
- Append an array to another array
- Milliseconds since epoch
- Simulate threads using yield operator
- prefix an integer with zeros
- shuffle the Array
- multi-line text
- Escape and unescape HTML entities
- Remove an object from an array
- ... y muchos más
Visto en HackersNews y aquí el post original, de Google Code.