Skip to content

Instantly share code, notes, and snippets.

@nappa7878
Created May 7, 2011 06:44
Show Gist options
  • Save nappa7878/960267 to your computer and use it in GitHub Desktop.
Save nappa7878/960267 to your computer and use it in GitHub Desktop.
多次元配列の使い方(JavaScript)
var ary = new Array(10);
for(i=0;i<10;i++){
ary[i] = new Array(10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment