No. Making updates after some feedback from the 2407 students.
Description
Might be worth viewing the changes locally on localhost 🤷
Changes include:
Formatting updates
CSS updates to match colors in comp
Clarifying footer section work for students
Adding console.log example dropdown
What questions do you have/what do you want feedback on? (optional)
I think these updates are good to go, but any and all suggestions welcome. The one question I have is about the use of var in the JavaScript section. Without knowledge of what the FE teaches, I am not sure if we're still teaching it or just let and const exclusively.
Curriculum PR Template
Does this PR close any issues?
No. Making updates after some feedback from the 2407 students.
Description
Might be worth viewing the changes locally on localhost 🤷
Changes include:
console.log
example dropdownWhat questions do you have/what do you want feedback on? (optional)
I think these updates are good to go, but any and all suggestions welcome. The one question I have is about the use of
var
in the JavaScript section. Without knowledge of what the FE teaches, I am not sure if we're still teaching it or justlet
andconst
exclusively.