diff --git a/functions/declare.md b/functions/declare.md index 9756103b..2fc83aed 100644 --- a/functions/declare.md +++ b/functions/declare.md @@ -1,6 +1,6 @@ # Declaring Functions -Functions, like variables, must be declared. Let's declare a function `double` that accepts an **argument** called `x` and **returns** the double of x : +Functions are declared like variables. Let's declare a function `double` that accepts an **argument** called `x` and **returns** the double of x : ```javascript function double(x) {