Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-type: 配列リテラルとアクセス方法 #73

Closed
azu opened this issue Jul 3, 2016 · 0 comments · Fixed by #77
Closed

data-type: 配列リテラルとアクセス方法 #73

azu opened this issue Jul 3, 2016 · 0 comments · Fixed by #77

Comments

@azu
Copy link
Collaborator

azu commented Jul 3, 2016

これ先に配列とオブジェクトのデータへのアクセス方法をちゃんと書いた方が良さそう。
(ユースケースにかなり触れにくい)
オブジェクトは データ型とリテラルで書いているので、配列も同じ場所に array[index] でアクセスできるというのを書いたほうがよさそう。

via #68 (comment)

リテラルのところで、配列へのアクセス方法と 0-based indexであることは書いたほうが他の章的に解説しやすいので、簡単に触れる(2-3行程度)

azu added a commit that referenced this issue Jul 5, 2016
配列へのアクセス方法と 0-based index についてを記述

close #73
@azu azu closed this as completed in #77 Jul 5, 2016
azu added a commit that referenced this issue Jul 5, 2016
配列リテラルの紹介と共に、
配列へのアクセス方法と 0-based index についても触れる

close #73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant