Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dc8f151

Browse files
solve: 날짜 비교하기
1 parent 5936a22 commit dc8f151

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎Level0/PRO181838.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Solution 1
2+
function solution(date1, date2) {
3+
return new Date(date1) < new Date(date2) ? 1 : 0;
4+
}

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,4 @@
284284
| 23.11.12. | `Level 0` | [배열 만들기 4](https://school.programmers.co.kr/learn/courses/30/lessons/181918) | [JS](https://github.com/JeongHwan-dev/Algorithm-solving-with-js/blob/master/Level0/PRO181918.js) |
285285
| 23.11.13. | `Level 0` | [영어가 싫어요](https://school.programmers.co.kr/learn/courses/30/lessons/120894) | [JS](https://github.com/JeongHwan-dev/Algorithm-solving-with-js/blob/master/Level0/PRO120894.js) |
286286
| 23.11.14. | `Level 0` | [수 조작하기 2](https://school.programmers.co.kr/learn/courses/30/lessons/181925) | [JS](https://github.com/JeongHwan-dev/Algorithm-solving-with-js/blob/master/Level0/PRO181925.js) |
287+
| 23.11.15. | `Level 0` | [날짜 비교하기](https://school.programmers.co.kr/learn/courses/30/lessons/181838) | [JS](https://github.com/JeongHwan-dev/Algorithm-solving-with-js/blob/master/Level0/PRO181838.js) |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /