[beta] Clarify instruction for "Basic Data Structures: Access an Array's Contents Using Bracket Notation"
See original GitHub issueChallenge access-an-arrays-contents-using-bracket-notation has an issue.
Hey, Contributor!
In the final paragraph of the instruction, I think the contents of the parenthesis could be slightly clarified.
I suggest we change “(1st index)” to (index 1)
, as “1st index” could be interpreted as the first index of an array - index 0.
If you want to fix this, please read CONTRIBUTING.md to get started.
When you’re all set, replace this line with the following, and make your commit.
"In order to complete this challenge, set the 2nd position (index <code>1</code>) of <code>myArray</code> to anything you want, besides <code>\"b\"</code>."
If you have any questions, please come chat with us in the Contributors Chat Room.
Happy Coding 😄
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Access an Array's Contents Using Bracket Notation - YouTube
In this basic data structures tutorial we access an array's contents using bracket notation. This makes up one part of many to conclude...
Read more >Access an Array's Contents Using Bracket Notation ... - YouTube
Basic Data Structures (2/20) | Access an Array's Contents Using Bracket Notation | freeCodeCamp.
Read more >Data Structures & Algorithms - Quick Guide - Tutorialspoint
Insert operation is to insert one or more data elements into an array. Based on the requirement, a new element can be added...
Read more >Efficiency: arrays vs pointers - Stack Overflow
Below is the assembly code with a variable as the index. I now have equal number of instructions for access through pointer and...
Read more >Introduction To MIPS Assembly Language Programming
As with all assembly language programming texts, it covers basic operators and instructions, subprogram calling, loading and storing memory, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Greenheart agreed! Looks like we’re on a first-timers-only roll tonight!
I would like to fix this issue.