You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should show the CSS file before adding classes - atm it seems like a bit confusing that the colours change even though we haven't written CSS
Could add more to changing text context exercises. We had a question about having a variable for the element so that we could update the text regularly without using query selector each time. Move up the adding a element to a variable explanation.
Add a sentence to explain what toggle does
Add a sentence to explain why we'd use CSS properties in JS
The text was updated successfully, but these errors were encountered:
Add a bonus question regarding specificity on IDs: If we put used an id selector with a colour of blue above the pink class selector in the style sheet what would happen?
Add section at the beginning "Why would we want to manipulate the DOM?"
The text was updated successfully, but these errors were encountered: