mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
add hints to exercises
This commit is contained in:
@@ -9,3 +9,6 @@ leapYears(2000) // is a leap year: returns true
|
||||
leapYears(1985) // is not a leap year: returns false
|
||||
```
|
||||
|
||||
|
||||
## hints
|
||||
- use an `if` statement and `&&` to make sure all the conditions are met properly
|
||||
|
||||
Reference in New Issue
Block a user