DEV Community

Kauress
Kauress

Posted on

8 4

Coding Worksheet #2

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)

Collapse
 
dougmckechie profile image
Douglas McKechie

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".

Collapse
 
kauresss profile image
Kauress • Edited

Oops silly mistake, thanks for pointing that out, changed it! I meant to say parentheses/round brackets.

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay