Skip to content

Commit

Permalink
문제 풀이 날짜 수정,내용 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
HA-SEUNG-JEONG committed May 14, 2022
1 parent 12db381 commit d29e774
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions haseung/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h3> 하승 </h3>
<p>후론트</p>

![Start Date](https://img.shields.io/badge/Start%20Date-2022--04--19-23d16b.svg)
![Start Date](https://img.shields.io/badge/Start%20Date-2022--05--19-23d16b.svg)

</div>

Expand Down Expand Up @@ -39,10 +39,10 @@

| 번호 | 백준 번호 | 분류 | 풀이 날짜 | 문제 | 풀이 |
| :--: | :-------: | :------------------: | :--------: | :------------: | :-----------------------: |
| 1 | 1330 | 수학, 구현, 사칙연산 | 14-04-2022 | 두 수 비교하기 | [Javascript](01_1330.js) |
| 2 | 9498 | 구현 | 14-04-2022 | 시험 성적 | [Javascript](02_9498.js) |
| 3 | 2753 | 수학, 구현 | 14-04-2022 | 윤년 | [Javascript](03_2753.js) |
| 4 | 14681 | 수학, 구현, 기하학 | 14-04-2022 | 사분면 고르기 | [Javascript](04_14681.js) |
| 5 | 2884 | 수학, 사칙연산 | 14-04-2022 | 알람 시계 | [Javascript](05_2884.js) |
| 6 | 2525 | 수학, 사칙연산 | 14-04-2022 | 오븐 시계 | [Javascript](06_2525.js) |
| 7 | 2480 | 수학, 사칙연산 | 14-04-2022 | 주사위 세개 | [Javascript](07_2480.js) |
| 1 | 1330 | 수학, 구현, 사칙연산 | 14-05-2022 | 두 수 비교하기 | [Javascript](01_1330.js) |
| 2 | 9498 | 구현 | 14-05-2022 | 시험 성적 | [Javascript](02_9498.js) |
| 3 | 2753 | 수학, 구현 | 14-05-2022 | 윤년 | [Javascript](03_2753.js) |
| 4 | 14681 | 수학, 구현, 기하학 | 14-05-2022 | 사분면 고르기 | [Javascript](05_14681.js) |
| 5 | 2884 | 수학, 사칙연산 | 14-05-2022 | 알람 시계 | [Javascript](05_2884.js) |
| 6 | 2525 | 수학, 사칙연산 | 14-05-2022 | 오븐 시계 | [Javascript](06_2525.js) |
| 7 | 2480 | 수학, 사칙연산 | 14-05-2022 | 주사위 세개 | [Javascript](07_2480.js) |
1 change: 1 addition & 0 deletions haseung/study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`map(Number)`를 이용하면 입력받은 값을 일일이 Number나 parseInt로 일일이 변경할 필요없다.

0 comments on commit d29e774

Please sign in to comment.