Skip to content

Commit

Permalink
Merge pull request #158 from Mike93/patch-2
Browse files Browse the repository at this point in the history
Create chapter05.md
  • Loading branch information
bpesquet committed Apr 26, 2023
2 parents e4a908d + ff29989 commit 94fb1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuscript/chapter05.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ However, not everything deserves to be in its own function. It's better to write

We have already used several predefined JavaScript functions like `prompt()` and `alert()`. There are many others in the language specification. Get to know them instead of reinventing the wheel!

Here' an example demonstrating two of the JavaScript mathematical functions.
Here's an example demonstrating two of the JavaScript mathematical functions.

```js
console.log(Math.min(4.5, 5)); // 4.5
Expand Down

0 comments on commit 94fb1be

Please sign in to comment.