[turboid] javascript solutions

Home     Contact     Search     About me
Download:
Turboid 0.63 (complete & stand-alone)
Turboid core
Turboid varTools
05 Apr 2012
Better array functions for JavaScript
Whoever works a lot with arrays in different ways will after some time discover that standard JavaScript is a little bit poor in terms of array treating functions. This is why this article introduces you to the array functions provided by Turboid, which makes your life with arrays much easier. [mehr...]
20 Dec 2011
Let a function know its array index
Sometimes there are challenges in JavaScript which seem to be very simple in the first moment, then impossible to solve in the second moment, until you get a code snippet with a surprisingly short solution from a versed developer. This is such a case. [mehr...]