Day 4 of 100 - window.setTimeout()
Learnt 1 JS Feature
Built 1 CSS + JS UI Element
Javascript
WindowOrWorkerGlobalScope.setTimeout()
window.setTimeout(() => {
var tooltip = document.querySelector('[class="tooltip open"]');
if (tooltip !== null) {
tooltip.classList.remo...
bot5am.hashnode.dev