Skip to content

Commit ae6f9d3

Browse files
authored
Reword sentence on line 268
1 parent 1edb0a3 commit ae6f9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-js/02-first-steps/15-function-basics/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function showMessage(from, text) {
265265
266266
### Alternative default parameters
267267
268-
Sometimes it makes sense to assign default values for parameters not in the function declaration, but at a later stage.
268+
Sometimes it makes sense to assign default values for parameters at a later stage after the function declaration.
269269
270270
We can check if the parameter is passed during the function execution, by comparing it with `undefined`:
271271

0 commit comments

Comments
 (0)