- From: <bugzilla@jessica.w3.org>
- Date: Mon, 04 Jun 2012 20:47:09 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17309 --- Comment #5 from Ted Mielczarek [:ted] <ted@mielczarek.org> 2012-06-04 20:47:08 UTC --- I still don't see how that example makes any difference. You can pass anything as the array index, you'll just get back undefined: a = ['a','b','c'] a[0] a a[null] == undefined true -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 4 June 2012 20:47:11 UTC