Commit Graph

7201 Commits

Author SHA1 Message Date
4b8c077e48 Counting Cards
Fixed ambiguous wording/"is" vs. "if"
fix FreeCodeCamp/FreeCodeCamp#5493
2015-12-28 09:39:33 -08:00
d9ec45d16a Global vs. Local Scope in Functions
remove redundant "a"
fix FreeCodeCamp/FreeCodeCamp#5494
2015-12-28 09:39:32 -08:00
7392e694af Updating Object Properties 2015-12-28 09:39:32 -08:00
7732273a72 Accessing Objects Properties with Variables 2015-12-28 09:39:31 -08:00
af910d8121 Accessing Objects Properties with Bracket Notation 2015-12-28 09:39:31 -08:00
5ad0dc63fa Accessing Objects Properties with the Dot Operator 2015-12-28 09:39:30 -08:00
c05cb82282 Build JavaScript Objects 2015-12-28 09:39:30 -08:00
9e589a26db Counting Cards 2015-12-28 09:39:29 -08:00
44de5cb468 Returning Boolean Values from Functions 2015-12-28 09:39:29 -08:00
8d8c82fd7d Fix missing challengeSeed 2015-12-28 09:39:28 -08:00
11d439c5d9 More Improvements 2015-12-28 09:39:28 -08:00
f57459f039 Corrections from Live Stream 2015-12-28 09:39:27 -08:00
a7a312829a Fix brs, other fixes 2015-12-28 09:39:27 -08:00
7e5305de69 Replacing If/Else chains with Switch 2015-12-28 09:39:26 -08:00
56d33fedc5 Multiple Identical Options in Switch Statements 2015-12-28 09:39:26 -08:00
7e97016b41 Adding a default option in Switch statements 2015-12-28 09:39:26 -08:00
50cbe694bb Selecting from many options with Switch Statements 2015-12-28 09:39:25 -08:00
ffcc7d32ba Chaining If/Else Statements 2015-12-28 09:39:25 -08:00
33094f2dec Introducing Else If Statements 2015-12-28 09:39:24 -08:00
bfa86770ba Golf Code 2015-12-28 09:39:24 -08:00
c99c12068a Comparisons with the Logical Or Operator 2015-12-28 09:39:23 -08:00
61cafd376c Comparisons with the Logical And Operator 2015-12-28 09:39:23 -08:00
b3ac3cf09b Comparison with the Less Than Equal To Operator 2015-12-28 09:39:22 -08:00
307e43e2ad Comparison with the Less Than Operator 2015-12-28 09:39:21 -08:00
b1c7b9097f Comparison with the Greater Than Equal To Operator 2015-12-28 09:39:21 -08:00
8621136b58 Comparison with the Greater Than Operator 2015-12-28 09:39:20 -08:00
aeb12fd4c4 Comparison with the Strict Inequality Operator 2015-12-28 09:39:20 -08:00
06bc6f75a0 Comparison with the Inequality Operator 2015-12-28 09:39:19 -08:00
9157f1992f Comparison with the Strict Equality Operator 2015-12-28 09:39:19 -08:00
f9256aa495 Comparison with the Equality Operator 2015-12-28 09:39:18 -08:00
cba48287ff Use Conditional Logic with If Statements 2015-12-28 09:39:17 -08:00
93d6ff2bea Stand in Line 2015-12-28 09:39:16 -08:00
429b74029b Assignment with a Returned Value 2015-12-28 09:39:16 -08:00
314fc1a75a Global vs. Local Scope in Functions 2015-12-28 09:39:15 -08:00
81e965b92a Local Scope and Functions 2015-12-28 09:39:14 -08:00
88288e8b93 Global Scope and Functions 2015-12-28 09:39:14 -08:00
d95b0407e8 Passing Values to Functions with Arguments 2015-12-28 09:39:14 -08:00
c85e9de8d0 Write Reusable JavaScript with Functions 2015-12-28 09:39:13 -08:00
75dabcd812 Shopping List 2015-12-28 09:39:13 -08:00
53666ec9d7 Manipulate Arrays With unshift 2015-12-28 09:39:12 -08:00
f874feb5ea Manipulate Arrays With pop 2015-12-28 09:39:12 -08:00
c3e0401c5b Manipulate Arrays With push 2015-12-28 09:39:11 -08:00
3b98f1f339 Access Multi-Dimensional Arrays With Indexes 2015-12-28 09:39:11 -08:00
058c061262 Modify Array Data With Indexes 2015-12-28 09:39:10 -08:00
0ee2691e9e Word Blanks 2015-12-28 09:39:10 -08:00
0676b8a82c Use Bracket Notation to Find the NthtoLast Character in a String 2015-12-28 09:39:10 -08:00
96cbce7b15 Use Bracket Notation to Find the Last Character in a String 2015-12-28 09:39:09 -08:00
e5610b2779 Use Bracket Notation to Find the Nth Character in a String 2015-12-28 09:39:08 -08:00
95d7c25679 Understand String Immutability 2015-12-28 09:39:08 -08:00
28b1f99deb Use Bracket Notation to Find the First Character in a String 2015-12-28 09:39:07 -08:00