We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f491b0 commit b3cd7f2Copy full SHA for b3cd7f2
README.md
@@ -24,7 +24,7 @@ console.log(array[0]); // Normal way (counting by zero (bad (like very (very) ba
24
console.log(array[iwanttocountfromone(1)]); // Very good and cool way.
25
>> "hi"
26
console.log(array[iwanttocountfromone(2)]);
27
->> "hi"
+>> "bye"
28
```
29
30
Don't count from 0!
0 commit comments