Skip to content

KevinWorkman/javascript-conditionals-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conditionals Lab

Run on Repl.it

TL;DR

Follow the instructions in conditionals.js to get more comfortable using if, else, and else-if statements. You'll have to uncomment the code associated with each challenge as you progress.

Contents

  1. Intro
  2. The Lab

Intro

Conditionals are a super important tool in your toolbox, as they allow the program's you right to react dynamically to variable circumstances. The challenges outlined in conditionals.js will give you numerous examples of where conditionals are necessary.

The Lab

Open up conditionals.js and go through the challenges one at a time. The code associated with each challenge is commented to avoid clogging up your output; so uncomment it first, and then when your code works as expected, comment it again and move on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.1%
  • HTML 8.9%