From e3f59270f1a77d98b1471abc98b58b3b6790c2ff Mon Sep 17 00:00:00 2001 From: Vitalik Gordon Date: Mon, 5 Feb 2024 00:59:45 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c11c1b..412d40d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The rules: ## Examples -- array push vs. assign to last index +- Array push vs. assign to last index - BigInt (64-bit) vs. number (increment) - Math.hypot or Math.sqrt? - Do local function declarations affect performance?