𝗗𝗮𝘆 𝟮𝟬 𝗼𝗳 𝗠𝗘𝗥𝗡 𝗦𝘁𝗮𝗰𝗸 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴
Day 20 is here.
I studied Lecture 7 of the Apna College JavaScript playlist.
I learned about DOM manipulation. I learned to change element attributes and CSS styles.
Attributes give extra info like id, class, and src.
- Use getAttribute to read a value.
- Use setAttribute to change a value.
You change styles using JavaScript.
- Use element.style to change CSS.
- You change colors and font sizes with code.
Source: https://dev.to/ali_hamza_589ec7b3eb6688d/day-20-of-leaning-mern-stack-1ae5