Does this definition create an array in Javascript?
Posted
by As
on Stack Overflow
See other posts from Stack Overflow
or by As
Published on 2010-04-08T11:32:13Z
Indexed on
2010/04/08
11:43 UTC
Read the original article
Hit count: 139
JavaScript
in my jQuery code, i am using
var a = [23, 34, 45, 33];
is 'a' considered an array of integers?
© Stack Overflow or respective owner