From 49768f705a9e2b693e7940bcec9cdc0c1a2630ae Mon Sep 17 00:00:00 2001 From: Mustafa Uzun Date: Thu, 31 Aug 2023 09:06:02 +0300 Subject: [PATCH] remove: unused a tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9681aa4b51..352d8f06a5 100644 --- a/README.md +++ b/README.md @@ -1923,7 +1923,7 @@ Other Style Guides } ``` - + - [14.3](#hoisting--named-expressions) Named function expressions hoist the variable name, not the function name or the function body. ```javascript