Coding Challenge: Updating Colors
Explore how to use JavaScript to dynamically change text and background colors on a webpage. This coding challenge helps you practice DOM updates by taking user input and applying new styles, strengthening your understanding of modifying page structure.
We'll cover the following...
We'll cover the following...
Problem statement
Write a program that takes new text color, and new background color and ...