Counting Cards, freeCodeCamp Basic Javascript VIDEO
In this basic Javascript freeCodeCamp challenge we create a card counting function in javascript. A card counting function can be used in games like blackjack to help guess what card may or may not be coming next. A javascript card counting function can be written using switch statements that decrements, increments, or doesn't change when our function is called and updates our global count variable each time we count a card. We learn that by keeping track of how many high cards or low cards are left in the game, we can better guess when to bet or when to hold off.
Support the Movement, buy a sticker, https://believerationally.com/shop
Check out Bae's products and crafts https://ValeryeDoesResin.com
Listen to some of my music, https://Ananomyx.com
Other Videos By We Will Code 2017-03-24 Manipulating Complex Objects, freeCodeCamp Basic Javascript 2017-03-22 Testing Objects for Properties, freeCodeCamp Basic Javascript 2017-03-22 Using Objects for Lookups, freeCodeCamp Basic Javascript 2017-03-22 Delete Properties from a Javascript Object, freeCodeCamp Basic Javascript 2017-03-22 Add New Properties to a Javascript Object, freeCodeCamp Basic Javascript 2017-03-22 Updating Object Properties, freeCodeCamp Basic Javascript 2017-03-22 Accessing Objects Properties with Variables, freeCodeCamp Basic Javascript 2017-03-22 Accessing Objects Properties with Bracket Notation, freeCodeCamp Basic Javascript 2017-03-22 Accessing Objects Properties with the Dot Operator, freeCodeCamp Basic Javascript 2017-03-22 Build Javascript Objects, freeCodeCamp Basic Javascript 2017-03-22 Counting Cards, freeCodeCamp Basic Javascript 2017-03-21 Return Early Pattern for Functions, freeCodeCamp Basic Javascript 2017-03-21 Returning Boolean Values from Functions, freeCodeCamp Basic Javascript 2017-03-21 Replacing If Else Chains with Switch, freeCodeCamp Basic Javascript 2017-03-21 Multiple Identical Options in Switch Statements, freeCodeCamp Basic Javascript 2017-03-20 Adding a default option in Switch statements, freeCodeCamp Basic Javascript 2017-03-20 Selecting from many options with Switch Statements, freeCodeCamp Basic Javascript 2017-03-20 Golf Code, freeCodeCamp Basic Javascript 2017-03-20 Chaining If Else Statements, freeCodeCamp Basic Javascript 2017-03-20 Logical Order in If Else Statements, freeCodeCamp Basic Javascript 2017-03-20 Introducing Else If Statement, freeCodeCamp Basic Javascript
Tags: freeCodeCamp tutorial
freeCodeCamp review
learn javascript
javascript card counter
card counting