Skip to content

Commit ebb3fa7

Browse files
#1718 random-min-max 과제 번역 첫번째줄
1 parent eda96e4 commit ebb3fa7

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/02-number/8-random-min-max

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/8-random-min-max/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ importance: 2
22

33
---
44

5-
# A random number from min to max
5+
# min과 max 사이에 있는 임의의 숫자 생성하기
66

77
The built-in function `Math.random()` creates a random value from `0` to `1` (not including `1`).
88

0 commit comments

Comments
 (0)