We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edb0a3 commit ae6f9d3Copy full SHA for ae6f9d3
1-js/02-first-steps/15-function-basics/article.md
@@ -265,7 +265,7 @@ function showMessage(from, text) {
265
266
### Alternative default parameters
267
268
-Sometimes it makes sense to assign default values for parameters not in the function declaration, but at a later stage.
+Sometimes it makes sense to assign default values for parameters at a later stage after the function declaration.
269
270
We can check if the parameter is passed during the function execution, by comparing it with `undefined`:
271
0 commit comments