Challenge 2: Change Text Color
Learnings
Difference between style.color and classList
style.color:
Directly modifies the inline color style of an element.
Overrides any CSS styles applied through external stylesheets or class selectors.
Example:
mainHeading.style.color = "b...
chaicode-dom-manipulation.hashnode.dev2 min read