JS
challenger
JS
challenger
  • Home
  • Javascript Basics
    (0/109)
  • Javascript DOM
    (0/19)
  • Javascript Practice
    (0/80)
    • # Javascript fundamentals
      (0/24)
    • # Javascript arrays
      (0/22)
    • # Javascript objects
      (0/19)
    • # Javascript dates
      (0/8)
    • # Javascript Sets
      (0/7)
  • Challenge Rush
0
0
Imprint Privacy Policy Terms
Home Javascript practice
Javascript Dates

Javascript Dates

javascript dates challenges
  1. NEXT
    Check if two dates are equal
    CHALLENGE
  2. NEXT
    Return the number of days between two dates
    CHALLENGE
  3. NEXT
    Check if two dates fall on the exact same day
    CHALLENGE
  4. NEXT
    Check if two dates are within 1 hour from each other
    CHALLENGE
  5. NEXT
    Check if one date is earlier than another
    CHALLENGE
  6. NEXT
    Add n days to an existing date
    CHALLENGE
  7. NEXT
    Calculate difference between two dates in hours, minutes, and seconds
    CHALLENGE
  8. NEXT
    Return the next nearest quarter hour of a date
    CHALLENGE