Skip to content

Commit

Permalink
Updated for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
bal360 authored May 4, 2021
1 parent ca2aa40 commit 62f3d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function say(greeting, firstName) {
}
```

Now we get the following:
Now `console.log(say("Hello", "Sofia"));` will result in the following:

```bash
Hello, Sofia!
Expand Down

0 comments on commit 62f3d6d

Please sign in to comment.