From b3cd7f28ef2deab2ce20b0bf2dcaa32599acfc49 Mon Sep 17 00:00:00 2001 From: Cyrus <54488650+RealCyGuy@users.noreply.github.com> Date: Tue, 5 May 2020 11:22:03 -0700 Subject: [PATCH] i don't even know what you're talking about daz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7897c4d..a518045 100644 --- a/README.md +++ b/README.md @@ -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!