Tags→ #Javascript
-
A countdown clock using requestAnimationFrame, a state machine, and vanilla JS
I wanted to play with state machines and requestAnimationFrame in vanilla JS, so I came up with the idea of a simple countdown clock.
-
Escaping $ in replace strings in Javascript
To have a $ in your replace strings in Javascript regular expressions, it needs to be escaped with another $