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