Commit Graph

2166 Commits

Author SHA1 Message Date
ac9ff26cb7 Solutions for all Challenges 2015-12-29 15:43:21 -08:00
4c1b8d2305 Merge pull request #5544 from vtamara/fix/ES-translation-bootstrap
Fixes challenge that requires answer in english and not in spanish. Thanks for reporting to Blanca Acosta. blanca@pasosdeJesus.org
2015-12-29 15:21:52 -08:00
d7cd45b746 Fixes challenge that requires answer in english and not in spanish 2015-12-29 17:47:30 -05:00
30e1f75717 Merge pull request #5449 from terakilobyte/data-exporting
Data exporting
2015-12-29 13:40:46 -06:00
5c1c69c963 Some solution fixes 2015-12-29 10:53:21 -08:00
054ae4d724 Fix test solution tail comment collision 2015-12-29 10:23:57 -08:00
8e1d8e80b7 provides clarity about the concept of 'listed order' while specifying multiple classes 2015-12-29 22:17:53 +04:00
7d905d1ac2 update old ziplines with new forked versions 2015-12-29 03:20:59 -06:00
c93e1f822e add react and d3 projects 2015-12-29 02:58:35 -06:00
78855f4c91 More solutions fixes 2015-12-28 23:43:12 -08:00
c5e7f91c62 Fix head/tail are arrays 2015-12-28 23:14:42 -08:00
b6622e75fc Fix test-challenges to use code/editor.getValue
Also filters challenges with empty string tests
2015-12-28 22:54:47 -08:00
b0e131a848 Correct broken/missing Solutions 2015-12-28 22:35:05 -08:00
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