Recently I re-came across these two javascript methods. They’re a real neat piece to use rather than trying to track a current time and updating elements accordingly. Instead, they’re a great, simple way to create continuous updates without a window change or refresh. The Basics setTimeout(f, t) takes two inputs, a function and a timeContinue reading “SetTimeout and SetInterval (javascript)”