Skip to content

Commit 9312769

Browse files
authored
Merge pull request #3154 from tangjm/patch-1
2 parents c9befae + ae6f9d3 commit 9312769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)