Commit Graph

1753 Commits

Author SHA1 Message Date
2de38d3be2 Unmunged Solutions 2015-12-28 21:15:50 -08:00
4da4c8ff11 Using Objects for Lookups 2015-12-29 04:49:09 +05:30
f947bef21b Fix Else If statement and chains
closes #5489
closes #5489
2015-12-28 14:08:11 -08:00
d792e461a2 Fixes for outstanding Basic JS Issues. 2015-12-28 12:17:06 -08:00
f791e65081 Understanding Uninitialized Variables
Fixes FreeCodeCamp/FreeCodeCamp#5482
2015-12-28 09:39:37 -08:00
9de74ef54c Understanding Case Sensitivity in Variables
Fix FreeCodeCamp/FreeCodeCamp#5483
2015-12-28 09:39:37 -08:00
dd550b26a9 Declare JavaScript Variables
Fix FreeCodeCamp/FreeCodeCamp#5487
2015-12-28 09:39:36 -08:00
48b73e1eb8 Comparison with the Equality Operator
Fix FreeCodeCamp/FreeCodeCamp#5486
2015-12-28 09:39:36 -08:00
ffb13f6c3a Multiple Identical Options in Switch Statements
Fix FreeCodeCamp/FreeCodeCamp#5488
2015-12-28 09:39:35 -08:00
18b31507d1 Concatenating Strings with Plus Operator
Fix FreeCodeCamp/FreeCodeCamp#5490
2015-12-28 09:39:35 -08:00
6d4d69e90f Returning Boolean Values from Functions
Fix FreeCodeCamp/FreeCodeCamp#5491
2015-12-28 09:39:34 -08:00
70d7334f3c Access MultiDimensional Arrays With Indexes
Fix FreeCodeCamp/FreeCodeCamp#5492
2015-12-28 09:39:34 -08:00
7a88cf1821 Counting Cards
Fixed ambiguous wording/"is" vs. "if"
fix FreeCodeCamp/FreeCodeCamp#5493
2015-12-28 09:39:33 -08:00
8a487a91c3 Global vs. Local Scope in Functions
remove redundant "a"
fix FreeCodeCamp/FreeCodeCamp#5494
2015-12-28 09:39:32 -08:00
b993e0db4e Updating Object Properties 2015-12-28 09:39:32 -08:00
c12abbbbc8 Accessing Objects Properties with Variables 2015-12-28 09:39:31 -08:00
5b9e4ca738 Accessing Objects Properties with Bracket Notation 2015-12-28 09:39:31 -08:00
d553c8bdae Accessing Objects Properties with the Dot Operator 2015-12-28 09:39:30 -08:00
aea6035096 Build JavaScript Objects 2015-12-28 09:39:30 -08:00
f2deed37ba Counting Cards 2015-12-28 09:39:29 -08:00
48e97b9956 Returning Boolean Values from Functions 2015-12-28 09:39:29 -08:00
a7b5037355 Fix missing challengeSeed 2015-12-28 09:39:28 -08:00
540a89e9ed More Improvements 2015-12-28 09:39:28 -08:00
1cb5d76584 Corrections from Live Stream 2015-12-28 09:39:27 -08:00
c774749967 Fix brs, other fixes 2015-12-28 09:39:27 -08:00
75a425ecde Replacing If/Else chains with Switch 2015-12-28 09:39:26 -08:00
98b9ae1370 Multiple Identical Options in Switch Statements 2015-12-28 09:39:26 -08:00
ac7ea8a26c Adding a default option in Switch statements 2015-12-28 09:39:26 -08:00
84d9a56c2f Selecting from many options with Switch Statements 2015-12-28 09:39:25 -08:00
8a9f3334c5 Chaining If/Else Statements 2015-12-28 09:39:25 -08:00
17334f9116 Introducing Else If Statements 2015-12-28 09:39:24 -08:00
455a59c61a Golf Code 2015-12-28 09:39:24 -08:00
a6d796fb88 Comparisons with the Logical Or Operator 2015-12-28 09:39:23 -08:00
b7c8e5f20a Comparisons with the Logical And Operator 2015-12-28 09:39:23 -08:00
e8a3a2d172 Comparison with the Less Than Equal To Operator 2015-12-28 09:39:22 -08:00
068c50f517 Comparison with the Less Than Operator 2015-12-28 09:39:21 -08:00
175d0c4bcf Comparison with the Greater Than Equal To Operator 2015-12-28 09:39:21 -08:00
0937092a69 Comparison with the Greater Than Operator 2015-12-28 09:39:20 -08:00
bba2b4ddb0 Comparison with the Strict Inequality Operator 2015-12-28 09:39:20 -08:00
b84f3fa097 Comparison with the Inequality Operator 2015-12-28 09:39:19 -08:00
ed0efe59be Comparison with the Strict Equality Operator 2015-12-28 09:39:19 -08:00
bef9d5561a Comparison with the Equality Operator 2015-12-28 09:39:18 -08:00
b48e7b7874 Use Conditional Logic with If Statements 2015-12-28 09:39:17 -08:00
ac57d717f5 Stand in Line 2015-12-28 09:39:16 -08:00
250d92749b Assignment with a Returned Value 2015-12-28 09:39:16 -08:00
4c1aa5b2ea Global vs. Local Scope in Functions 2015-12-28 09:39:15 -08:00
032c81db28 Local Scope and Functions 2015-12-28 09:39:14 -08:00
82cb368523 Global Scope and Functions 2015-12-28 09:39:14 -08:00
16c2f69459 Passing Values to Functions with Arguments 2015-12-28 09:39:14 -08:00
df2c747d64 Write Reusable JavaScript with Functions 2015-12-28 09:39:13 -08:00