How to stop Javascript setInterval

Stopping or cancelling a setInterval call in Javascript involves using clearInterval. You must however use clearInterval on a variable that is assigned to the setInterval you want stopped. setInterval calls…

What is WebM video?

WebM is a new age media file first developed and released in 2010. WebM is the container for VP8, VP9 & AV1(video) and Vorbis and Opus (audio). Perhaps unsurprisingly Google…