dapoadedire / digital-world-clock

Documentation comments not found for functions and classes JS-D1001
Documentation
Minor
1 occurrence in this check
Documentation comment not found for arrow function currentTime
13  clockContainer.appendChild(clock);
14}
15
16const currentTime = (clockElement, timezoneElement, timezone) => {17  const options = {
18    hour: "numeric",
19    minute: "numeric",