[
https://issues.apache.org/jira/browse/COUCHDB-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640668#comment-13640668
]
Thaina Yu commented on COUCHDB-1776:
------------------------------------
I don't know
I use cloudant and doesn't play with any javascript engine myself before so I
can only report here
But at least JavaScript engine for browser doesn't do this, and shouldn't
anyway because Array is not Object
> for in with array make string index instead of int
> --------------------------------------------------
>
> Key: COUCHDB-1776
> URL: https://issues.apache.org/jira/browse/COUCHDB-1776
> Project: CouchDB
> Issue Type: Bug
> Components: Futon, JavaScript View Server
> Reporter: Thaina Yu
>
> When I use map array with { for(var i in array) } the i which is should be
> index for array as integer (generate 0,1,2,3,4,...) is not integer but give
> me string ("0","1","2","3","4") instead
> Which really a bug for javascript
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira