Patchouli's Computatrunomicon

Search IconIcon to open search

Document Object Model

Last updated May 31, 2022.

# Metadata

2022-05-21 16:00

# Glossary

# Deduction

1
2
3
4

const element = document.querySelector(".className");
typeof element // Look at what this outputs
console.dir(element) // This gives you a list of all the properties the object reporesenting the element contains. Look at this as well I recommend ASU'S courses on precalculus and the preceeeding one on college algebra oboth available on edx. They use some software that tests your initial  knowledgfe and from them recommend you material to learn, very nice for gap-filling.

Remember: use defer in the HTML script tag to wait for everything to load.

# Sources:


Interactive Graph