Skip to content

Instantly share code, notes, and snippets.

@Trannosaur
Trannosaur / getNextDayOfTheWeek.html
Created August 5, 2020 03:52
javascript code to get next day of the week
<html>
<body>
<div id="content"></div>
<script>
const DaysOfTheWeek =
{
SUNDAY: 0,
MONDAY: 1,
TUESDAY: 2,
WEDNESDAY: 3,