Bad For Education - Coding Tips For The Junior Developer & Beyond

JavaScript Conditionals/Checks + College vs. Trade School? Is it Worth it?


Listen Later

We discuss another concept that is important in JavaScript Conditionals and Checks! This is number two out of the five JavaScript must-knows! Plus is college worth it in 2020 or should you opt for a trade school or boot camp? Let's dive right in.

Conditionals are statements are used to perform different actions based on different conditions. In JavaScript we have the following conditional statements:

  • Use if to specify a block of code to be executed, if a specified condition is true
  • Use else to specify a block of code to be executed, if the same condition is false
  • Use else if to specify a new condition to test, if the first condition is false
  • Use switch to specify many alternative blocks of code to be executed

College versus Trade School: Is it worth it in 2020?
Andrew went to college. Jason did not. They both went to the same accelerated web programming and are both now developers. They both deliver insight on their choices and whether or not they believe it is worth going to, especially in 2020.

Connect With Us!
Instagram: @badforeducationpodcast
Twitter: @badforedupod
Email: [email protected]

...more
View all episodesView all episodes
Download on the App Store

Bad For Education - Coding Tips For The Junior Developer & BeyondBy Andrew Ly & Jason Yata