We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
これ先に配列とオブジェクトのデータへのアクセス方法をちゃんと書いた方が良さそう。 (ユースケースにかなり触れにくい) オブジェクトは データ型とリテラルで書いているので、配列も同じ場所に array[index] でアクセスできるというのを書いたほうがよさそう。 https://github.com/asciidwango/js-primer/blob/master/source/ch1/data-type/README.md#%E9%85%8D%E5%88%97%E3%83%AA%E3%83%86%E3%83%A9%E3%83%AB
これ先に配列とオブジェクトのデータへのアクセス方法をちゃんと書いた方が良さそう。 (ユースケースにかなり触れにくい) オブジェクトは データ型とリテラルで書いているので、配列も同じ場所に array[index] でアクセスできるというのを書いたほうがよさそう。
via #68 (comment)
リテラルのところで、配列へのアクセス方法と 0-based indexであることは書いたほうが他の章的に解説しやすいので、簡単に触れる(2-3行程度)
The text was updated successfully, but these errors were encountered:
feat(data-type): 配列へのアクセス方法について触れる
eb6f413
配列へのアクセス方法と 0-based index についてを記述 close #73
feat(data-type): 配列へのアクセス方法について触れる (#77)
d0b9811
配列リテラルの紹介と共に、 配列へのアクセス方法と 0-based index についても触れる close #73
Successfully merging a pull request may close this issue.
via #68 (comment)
リテラルのところで、配列へのアクセス方法と 0-based indexであることは書いたほうが他の章的に解説しやすいので、簡単に触れる(2-3行程度)
The text was updated successfully, but these errors were encountered: