JavaScript 1, dag 6 – Fun with Objects 102 and the Document Object Model (DOM)

Vi gick igenom Objects i mer detalj Properties (egenskaper) Methods (metoder) Document Object Model (DOM) Querying the DOM querySelector querySelectorAll Modifing content and attributes innerText innerHTML getAttribute setAttribute style className classList textContent Traversing the DOM children parentElement nextElementSibling previousElementSibling Event Listeners addEventListener GitHub repository https://github.com/drblue/fed19-javascript-1/tree/lesson-6 Workshop Öva på att hämta Läs mer…