codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
258 stars 243 forks source link

Update copy for JS tutorial 2 #473

Closed KimberleyCook closed 3 years ago

KimberleyCook commented 3 years ago

Went through and updated some bits of copy in the second JS tutorial. Removed the word just in many places too!

I also added a few more tasks to make it a bit more interactive and added an Additional learning section in the if/else statement section talking about ternaries. I added this as I think it is likely the most typical way if/else statements are written nowadays (plus it's up to date javascript). I still think showing the older way first is important but adding ternaries is important too for additional learning.

KimberleyCook commented 3 years ago

@gnclmorais thanks for your review, some great spots there 😅

KimberleyCook commented 3 years ago

@matyikriszta and @gnclmorais all your feedback has been implemented, let me know if you're happy for me to merge

gnclmorais commented 3 years ago

So happy!!