Commit Graph

7263 Commits

Author SHA1 Message Date
62f1f57b92 Fix Else If statement and chains
closes #5489
closes #5489
2015-12-28 14:08:11 -08:00
600ca2f8ad Fix duplicate email sign in 2015-12-28 13:52:28 -08:00
cabfb0c668 Merge pull request #5525 from SaintPeter/fix/basic-js-updates
Fixes for outstanding Basic JS Issues.
2015-12-28 12:21:51 -08:00
e11cbf5a60 Fixes for outstanding Basic JS Issues. 2015-12-28 12:17:06 -08:00
b6e2607e91 Understanding Uninitialized Variables
Fixes FreeCodeCamp/FreeCodeCamp#5482
2015-12-28 09:39:37 -08:00
f4d927b0e7 Understanding Case Sensitivity in Variables
Fix FreeCodeCamp/FreeCodeCamp#5483
2015-12-28 09:39:37 -08:00
372ac44491 Declare JavaScript Variables
Fix FreeCodeCamp/FreeCodeCamp#5487
2015-12-28 09:39:36 -08:00
09db1f305f Comparison with the Equality Operator
Fix FreeCodeCamp/FreeCodeCamp#5486
2015-12-28 09:39:36 -08:00
57f159f8e9 Multiple Identical Options in Switch Statements
Fix FreeCodeCamp/FreeCodeCamp#5488
2015-12-28 09:39:35 -08:00
be15836da9 Concatenating Strings with Plus Operator
Fix FreeCodeCamp/FreeCodeCamp#5490
2015-12-28 09:39:35 -08:00
c7979c89e8 Returning Boolean Values from Functions
Fix FreeCodeCamp/FreeCodeCamp#5491
2015-12-28 09:39:34 -08:00
046243b1e9 Access MultiDimensional Arrays With Indexes
Fix FreeCodeCamp/FreeCodeCamp#5492
2015-12-28 09:39:34 -08:00
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