Skip to content

Commit

Permalink
javascript-tutorial#1720-random-min-max-task-1 리뷰 사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
kenna-hwa committed Dec 1, 2023
1 parent 7dc59dd commit 06299c3
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/solution.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
우리는 0부터 1까지의 모든 값을 `최소값`부터 `최대값`까지의 "매핑"해야합니다.
우리는 0부터 1까지의 모든 값을 `min`부터 `max`까지의 범위로 '매핑' 해야합니다.

That can be done in two stages:

Expand Down

0 comments on commit 06299c3

Please sign in to comment.