From fa8fd42607f87da75c7fe2966097f8ad2d3cd963 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 30 Oct 2025 22:54:03 +0000 Subject: [PATCH] fix --- 2-js-basics/2-functions-methods/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-js-basics/2-functions-methods/README.md b/2-js-basics/2-functions-methods/README.md index dc38c3a8..751ba50e 100644 --- a/2-js-basics/2-functions-methods/README.md +++ b/2-js-basics/2-functions-methods/README.md @@ -41,7 +41,7 @@ mindmap Basic Concepts Declaration function name() - const name = arrow function + const name equals arrow function Calling functionName() Parentheses required