Skip to content

Commit

Permalink
Merge pull request #1727 from ArtistGodGun/1724-random-min-max-task-11
Browse files Browse the repository at this point in the history
#1724 random min max 과제 번역11번째줄
  • Loading branch information
Violet-Bora-Lee committed Dec 1, 2023
2 parents c1dcfe9 + 102a578 commit 7230399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/05-data-types/02-number/8-random-min-max/task.md
Expand Up @@ -8,7 +8,7 @@ The built-in function `Math.random()` creates a random value from `0` to `1` (no

Write the function `random(min, max)` to generate a random floating-point number from `min` to `max` (not including `max`).

Examples of its work:
예시를 살펴봅시다.

```js
alert( random(1, 5) ); // 1.2345623452
Expand Down

0 comments on commit 7230399

Please sign in to comment.