Alrighty then, since I can't help very much with bug hunting,
How about I put this fourth year algorithms book to good use and start on
some
JSext stuff..

So we need (want):
array.splice();

isArray(a);  <-- is there not a typeOf() in JS? If not, would typeOf () be
acceptable?

Array.prototype.toString()

Array.prototype.contains(element); How this work? return tru if the argument
can be found, false if not?

Array.prototype.push(element)
Array.prototype.pop()

deleteAndPack(array, indice) (equivalent to removeFromArray) <-- let's just
call it removeFromArray(index/id); ?

String.prototype.trim() < -- I've been wanting this one for a while.. myself

Array.prototypepseudoSplice() this does what?!?!?


And I still agree about attribute renaming (_x)...

Doug



_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to