codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
260 stars 241 forks source link

Adding JS tutorial examples Working on issue:#229 #243

Closed martyjg closed 8 years ago

martyjg commented 8 years ago

I added real-world and beginner-friendly examples in the javascript tutorial markdown files for the if, while and for tutorials. @codebar @ladieswhocode

varjmes commented 8 years ago

Hi @martyjg! I have a small suggestion. Do you see how when we talk about while loops we wrap them in quotes like backwards single quotes? That shows that while is a piece of code. If you do that for when you mention an if statement, it'd be easier to tell when you are talking about an if statement, or are just using the word "if". I may not have explained this so well, so feel free to get me to explain it in person!

martyjg commented 8 years ago

Heyy that sounds cool. I added backticks to wherever I mentioned if or for like that in the examples.

KimberleyCook commented 8 years ago

:+1:

varjmes commented 8 years ago

Thanks!