Click Event
0.0
(0)
- Trigger animations or functions on button clicks.
- 877.334.2663
- joinus@mycodingclasses.com
querySelectorAll
0.0
(0)
- Finds all elements that match a CSS selector.
- 877.334.2663
- joinus@mycodingclasses.com
Keydown Event
0.0
(0)
- Fires each time a key is pressed down.
- 877.334.2663
- joinus@mycodingclasses.com
Change Text
0.0
(0)
- Use element.textContent = "Hello!" to change displayed text.
- 877.334.2663
- joinus@mycodingclasses.com
Mouseover Event
0.0
(0)
- Runs code when mouse moves over an element.
- 877.334.2663
- joinus@mycodingclasses.com
Change HTML
0.0
(0)
- innerHTML replaces content including tags.
- 877.334.2663
- joinus@mycodingclasses.com
Style Element
0.0
(0)
- Access the style property: element.style.color = "red".
- 877.334.2663
- joinus@mycodingclasses.com
Document Object
0.0
(0)
- document is the root of all HTML in JS.
- 877.334.2663
- joinus@mycodingclasses.com
