Skip to content

Commit b3cd7f2

Browse files
authored
i don't even know what you're talking about daz
1 parent 1f491b0 commit b3cd7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ console.log(array[0]); // Normal way (counting by zero (bad (like very (very) ba
2424
console.log(array[iwanttocountfromone(1)]); // Very good and cool way.
2525
>> "hi"
2626
console.log(array[iwanttocountfromone(2)]);
27-
>> "hi"
27+
>> "bye"
2828
```
2929

3030
Don't count from 0!

0 commit comments

Comments
 (0)