Skip to content

Instantly share code, notes, and snippets.

@tomcha
Created December 25, 2013 14:48
Show Gist options
  • Save tomcha/8123878 to your computer and use it in GitHub Desktop.
Save tomcha/8123878 to your computer and use it in GitHub Desktop.
kosigayajsの練習問題。console.log()が便利。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Tyoe" content="text/html" charset="utf-8">
<script type="text/javascript">
var numbers = [[10,50],[48,40,88],[39,77]];
console.log(numbers[1][2]);
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment