We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda96e4 commit ebb3fa7Copy full SHA for ebb3fa7
1-js/05-data-types/02-number/8-random-min-max/task.md
@@ -2,7 +2,7 @@ importance: 2
2
3
---
4
5
-# A random number from min to max
+# min과 max 사이에 있는 임의의 숫자 생성하기
6
7
The built-in function `Math.random()` creates a random value from `0` to `1` (not including `1`).
8
0 commit comments