question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[beta] Clarify instruction for "Basic Data Structures: Access an Array's Contents Using Bracket Notation"

See original GitHub issue

Challenge 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:closed
  • Created 7 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
no-stack-dub-sackcommented, Feb 2, 2017

@Greenheart agreed! Looks like we’re on a first-timers-only roll tonight!

1reaction
phapp88commented, Feb 2, 2017

I would like to fix this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found