Skip to main content
ResourcesStuffTips&TricksWeb Dev

Coding Worksheet#2: If – Else conditionals

By July 31, 2018No Comments

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.

[codepen_embed height=”700″ theme_id=”21518″ slug_hash=”rKKMBe” default_tab=”html,result” user=”Kauress”]See the Pen <a href=’https://codepen.io/Kauress/pen/rKKMBe/’>If-Else code worksheet</a> by Kauress (<a href=’https://codepen.io/Kauress’>@Kauress</a>) on <a href=’https://codepen.io’>CodePen</a>.[/codepen_embed]

Leave a Reply