Monday
Aug202007
Javascript - getting multi dimensional arrays to work
Monday, August 20, 2007 The problem with my method prior was that, upon seeing an array, I would unbox it and push the actual array on the stack. Now I pass around the JsArray type, and call a virtual method which does the actual setting/getting of an array index. Apparently, its also 3seconds faster than unboxing/boxing the array. Funny stuff huh.
tagged
JavaScript
JavaScript 
Reader Comments (1)
Check this link would be useful
http://www.webtips.co.in/javascript/creating-and-using-multi-dimensional-array-in-javascript.aspx" REL="nofollow">Multi-Dimensional Array in Javascript