Artwork

Content provided by Mark Lassoff. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Mark Lassoff or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

Javascript Video Tutorials 3: Branching and Conditionals

13:52
 
Share
 

Manage episode 36714300 series 33970
Content provided by Mark Lassoff. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Mark Lassoff or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

In this segment of the Javascript Tutorial we’ll look at conditionals– namely the “if” statement. The if statement is used for a program to make a decision based on some logical test. For example “if” the player’s score is higher than the high score, than the players score is the new high score. Each if statement is paired with an expression which evaluates to true or false and the if code block as associated else blocks are– or are not– executed. It’s easy!

  continue reading

10 episodes

Artwork
iconShare
 
Manage episode 36714300 series 33970
Content provided by Mark Lassoff. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Mark Lassoff or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

In this segment of the Javascript Tutorial we’ll look at conditionals– namely the “if” statement. The if statement is used for a program to make a decision based on some logical test. For example “if” the player’s score is higher than the high score, than the players score is the new high score. Each if statement is paired with an expression which evaluates to true or false and the if code block as associated else blocks are– or are not– executed. It’s easy!

  continue reading

10 episodes

All episodes

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide