Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Files

Latest commit

 

History

History
29 lines (26 loc) · 889 Bytes

066-timer.md

File metadata and controls

29 lines (26 loc) · 889 Bytes
title redirect_from video_number date video_id repository web_editor links contributions
JavaScript Countdown Timer
CodingChallenges/66-timer.html
66
2017-03-25
MLtAMg9_Svw
CC_066_timer
ZKSNy0USh
title url
millis() reference
title url
getURLParams() reference
title author source
Improved version of Dan's timer
name url
musa11971
title author source
Count Up and Down Timer

In this video, I use the p5.js library to create a web-based countdown timer. I discuss the native JavaScript method setInterval() and well as p5's millis().