Skip to content

Commit

Permalink
Fix slide
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldF committed Oct 1, 2024
1 parent 4440a06 commit 1a8fb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson06.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function sum(parameter1, parameter2, parameter3) {
console.log(parameter1 + parameter2 + parameter3);
}

introduce(1, 2, 3);
sum(1, 2, 3);
```

Each argument will be assigned to the corresponding parameter in order, from left to right
Expand Down

0 comments on commit 1a8fb27

Please sign in to comment.