for (var i = 0; i < len; i++)
Array.prototype.forEach
--
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Hey, I have another question.I noticed that jquery, underscore and some other libraries, don't check if the index is in array. Under what circumstances this lacking of check will cause a bug?