For the coding bootcamp where I'm currently an instructor, I decided to create coding worksheets as a quick way to introduce a concept and it's related syntax before getting into logic. It's easier for a person learning to get familiar with structure and syntax before getting into the nitty gritty of implementing it a logical part of a bigger codebase/project.
Please send in your suggestions/edits and comments :)
Top comments (2)
Nice. But a small suggestion to reduce confusion; in the third column "what" you say "Inside the curly brackets is where you put your 'condition'" - to me (and Google search) curly brackets are {} not () - the round ones are "round brackets".
Oops silly mistake, thanks for pointing that out, changed it! I meant to say parentheses/round brackets.