Skip to content

Commit

Permalink
i don't even know what you're talking about daz
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCyGuy authored May 5, 2020
1 parent 1f491b0 commit b3cd7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ console.log(array[0]); // Normal way (counting by zero (bad (like very (very) ba
console.log(array[iwanttocountfromone(1)]); // Very good and cool way.
>> "hi"
console.log(array[iwanttocountfromone(2)]);
>> "hi"
>> "bye"
```

Don't count from 0!
Expand Down

0 comments on commit b3cd7f2

Please sign in to comment.