Commit dbbb042
Daksh Dhami
fix: correct parameter vs argument terminology in tutorial
Per #8375, a function definition receives a parameter, not an argument.
The value passed during a function call is an argument.
- 'Add an argument i to the handleClick function'
+ 'Add a parameter i to the handleClick function'1 parent 48c69d3 commit dbbb042
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1137 | 1137 | | |
1138 | 1138 | | |
1139 | 1139 | | |
1140 | | - | |
| 1140 | + | |
1141 | 1141 | | |
1142 | 1142 | | |
1143 | 1143 | | |
| |||
0 commit comments