Skip to content

Commit f9d04f6

Browse files
iliakanViolet-Bora-Lee
authored andcommitted
minor fixes
1 parent 2e93946 commit f9d04f6

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ On the other hand, it's independently called every time when `text` is missing.
228228
````smart header="Default parameters in old JavaScript code"
229229
Several years ago, JavaScript didn't support the syntax for default parameters.
230230
231-
So people used some other ways to specify default values, that you meet in old scripts.
231+
So people used other ways to specify them. Nowadays, we can mostly come across them in old scripts.
232232
233233
For example, an explicit check for `undefined`:
234234

0 commit comments

Comments
 (0)