Using setTimeout() in JavaScript / Traffic Light Example

Опубликовано: 22 Октябрь 2024
на канале: Computing and ICT in a Nutshell
2,873
14

A look at what JavaScript's setTimeout() function does, and how it's used, and how we can use it to animate the traffic light page that we created in the first video of the playlist.


Binary flags: https://www.advanced-ict.info/interac...


Bitwise logic: https://www.advanced-ict.info/interac...


I've also written a blog on using arrays instead of if for "selection":
https://advancedictinfo.blogspot.com/...


Finally, here's an example traffic light that uses a slightly different approach to selecting the colours for the lights:
https://www.advanced-ict.info/javascr...