cmyerskeitt / is-the-date-today

CodeWars Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-the-date-today

Write a simple function that takes a Date as a parameter and returns a Boolean representing whether the date is today or not.

Make sure that your function does not return a false positive by only checking the day.

About

CodeWars Challenge


Languages

Language:JavaScript 100.0%