MENU

Fun & Interesting

WebProgramming: EventListener und DOM Element, Callback function, Fetch API

Sphere of Time 10 1 week ago
Video Not Working? Fix It Now

20250422 function id(id) { return document.getElementById(id); } function qs(selector) { return document.querySelector(selector); } function qsa(selector) { return document.querySelectorAll(selector); } settimeout wsetinterval, Error first callbascks? error und result promise(fallbackfunction) =resolve() reject()

Comment