SaintPeter
|
51cd63f7d0
|
Improve Word Blanks Descriptive Text
|
2015-12-30 18:56:56 -08:00 |
|
Logan Tegman
|
96b563e9a0
|
Merge pull request #5605 from SaintPeter/fix/change-mini-bonfires-to-waypoints
Change Mini-Bonfires back to Waypoints
|
2015-12-30 18:55:55 -08:00 |
|
SaintPeter
|
c903fc3b0b
|
Change Mini-Bonfires back to Waypoints
|
2015-12-30 17:57:15 -08:00 |
|
Rex Schrader
|
440457577d
|
Merge pull request #5592 from pkshreeman/fix-confusion-re-item
Made a minor adjustment in instruction
|
2015-12-30 17:11:35 -08:00 |
|
Rex Schrader
|
f98b62dabb
|
Merge pull request #5597 from abhisekp/fix/access-object-prop
Fix Accessing Objects Properties with Bracket Notation output
|
2015-12-30 17:09:40 -08:00 |
|
Rex Schrader
|
4d73ec5f40
|
Merge pull request #5598 from abhisekp/fix/access-nested
Fix typo in Accessing Nested Objects in JSON
|
2015-12-30 17:08:43 -08:00 |
|
Rex Schrader
|
ba6e86631c
|
Merge pull request #5600 from abhisekp/fix/testing-object-props
Fix typo in Testing Objects for Properties
|
2015-12-30 17:07:09 -08:00 |
|
Abhisek Pattnaik
|
39f29b71d9
|
Fix typo in Testing Objects for Properties
|
2015-12-31 06:32:33 +05:30 |
|
Abhisek Pattnaik
|
1bfc1f311b
|
Fix typo in Accessing Nested Objects in JSON
|
2015-12-31 06:17:28 +05:30 |
|
Abhisek Pattnaik
|
9254fd1ff9
|
Fix Accessing Objects Properties with Bracket Notation output
|
2015-12-31 06:11:32 +05:30 |
|
Abhisek Pattnaik
|
a6011f47d7
|
Fix Using Objects for Lookups description
|
2015-12-31 06:01:47 +05:30 |
|
Dr. Paul Kenneth Shreeman
|
fd52588090
|
Squashing three commits...
Made a minor adjustment in instruction to prevent confusion regards to variable use of item
Added more clarifications
Clarification Phase 2
|
2015-12-30 18:02:55 -06:00 |
|
Logan Tegman
|
49e4f2af96
|
Merge pull request #5584 from SaintPeter/fix/increment-decrement-descriptions
Improve increment and decrement instructions, Tests
|
2015-12-30 13:28:01 -08:00 |
|
SaintPeter
|
ba0a360c49
|
Improve increment and decrement instructions, tests
|
2015-12-30 13:18:48 -08:00 |
|
Abhisek Pattnaik
|
c4015bf16a
|
Iterate Through an Array with a For Loop
Fix instruction in Waypoint: Iterate Through an Array with a For Loop
|
2015-12-31 02:30:33 +05:30 |
|
Abhisek Pattnaik
|
4a42ff7f05
|
Basic Javascript Waypoint fixes
|
2015-12-31 00:56:24 +05:30 |
|
Quincy Larson
|
334b1b222e
|
update time estimate for basic javascript
|
2015-12-30 12:14:09 -06:00 |
|
SaintPeter
|
a9ff687ce8
|
Minor fixes from QA
|
2015-12-29 22:35:03 -08:00 |
|
SaintPeter
|
ab2b80ba21
|
Solutions for all Challenges
|
2015-12-29 15:43:21 -08:00 |
|
SaintPeter
|
b135c9a392
|
Some solution fixes
|
2015-12-29 10:53:21 -08:00 |
|
SaintPeter
|
1ee349447b
|
More solutions fixes
|
2015-12-28 23:43:12 -08:00 |
|
SaintPeter
|
7a9228c419
|
Correct broken/missing Solutions
|
2015-12-28 22:35:05 -08:00 |
|
SaintPeter
|
ebce4bbf7e
|
Unmunged Solutions
|
2015-12-28 21:15:50 -08:00 |
|
Abhisek Pattnaik
|
41d78b5880
|
Using Objects for Lookups
|
2015-12-29 04:49:09 +05:30 |
|
SaintPeter
|
62f1f57b92
|
Fix Else If statement and chains
closes #5489
closes #5489
|
2015-12-28 14:08:11 -08:00 |
|
SaintPeter
|
e11cbf5a60
|
Fixes for outstanding Basic JS Issues.
|
2015-12-28 12:17:06 -08:00 |
|
Abhisek Pattnaik
|
b6e2607e91
|
Understanding Uninitialized Variables
Fixes FreeCodeCamp/FreeCodeCamp#5482
|
2015-12-28 09:39:37 -08:00 |
|
Abhisek Pattnaik
|
f4d927b0e7
|
Understanding Case Sensitivity in Variables
Fix FreeCodeCamp/FreeCodeCamp#5483
|
2015-12-28 09:39:37 -08:00 |
|
Abhisek Pattnaik
|
372ac44491
|
Declare JavaScript Variables
Fix FreeCodeCamp/FreeCodeCamp#5487
|
2015-12-28 09:39:36 -08:00 |
|
Abhisek Pattnaik
|
09db1f305f
|
Comparison with the Equality Operator
Fix FreeCodeCamp/FreeCodeCamp#5486
|
2015-12-28 09:39:36 -08:00 |
|
Abhisek Pattnaik
|
57f159f8e9
|
Multiple Identical Options in Switch Statements
Fix FreeCodeCamp/FreeCodeCamp#5488
|
2015-12-28 09:39:35 -08:00 |
|
Abhisek Pattnaik
|
be15836da9
|
Concatenating Strings with Plus Operator
Fix FreeCodeCamp/FreeCodeCamp#5490
|
2015-12-28 09:39:35 -08:00 |
|
Abhisek Pattnaik
|
c7979c89e8
|
Returning Boolean Values from Functions
Fix FreeCodeCamp/FreeCodeCamp#5491
|
2015-12-28 09:39:34 -08:00 |
|
Abhisek Pattnaik
|
046243b1e9
|
Access MultiDimensional Arrays With Indexes
Fix FreeCodeCamp/FreeCodeCamp#5492
|
2015-12-28 09:39:34 -08:00 |
|
Abhisek Pattnaik
|
4b8c077e48
|
Counting Cards
Fixed ambiguous wording/"is" vs. "if"
fix FreeCodeCamp/FreeCodeCamp#5493
|
2015-12-28 09:39:33 -08:00 |
|
Abhisek Pattnaik
|
d9ec45d16a
|
Global vs. Local Scope in Functions
remove redundant "a"
fix FreeCodeCamp/FreeCodeCamp#5494
|
2015-12-28 09:39:32 -08:00 |
|
Abhisek Pattnaik
|
7392e694af
|
Updating Object Properties
|
2015-12-28 09:39:32 -08:00 |
|
Abhisek Pattnaik
|
7732273a72
|
Accessing Objects Properties with Variables
|
2015-12-28 09:39:31 -08:00 |
|
Abhisek Pattnaik
|
af910d8121
|
Accessing Objects Properties with Bracket Notation
|
2015-12-28 09:39:31 -08:00 |
|
Abhisek Pattnaik
|
5ad0dc63fa
|
Accessing Objects Properties with the Dot Operator
|
2015-12-28 09:39:30 -08:00 |
|
Abhisek Pattnaik
|
c05cb82282
|
Build JavaScript Objects
|
2015-12-28 09:39:30 -08:00 |
|
Abhisek Pattnaik
|
9e589a26db
|
Counting Cards
|
2015-12-28 09:39:29 -08:00 |
|
Abhisek Pattnaik
|
44de5cb468
|
Returning Boolean Values from Functions
|
2015-12-28 09:39:29 -08:00 |
|
SaintPeter
|
8d8c82fd7d
|
Fix missing challengeSeed
|
2015-12-28 09:39:28 -08:00 |
|
SaintPeter
|
11d439c5d9
|
More Improvements
|
2015-12-28 09:39:28 -08:00 |
|
SaintPeter
|
f57459f039
|
Corrections from Live Stream
|
2015-12-28 09:39:27 -08:00 |
|
SaintPeter
|
a7a312829a
|
Fix brs, other fixes
|
2015-12-28 09:39:27 -08:00 |
|
Abhisek Pattnaik
|
7e5305de69
|
Replacing If/Else chains with Switch
|
2015-12-28 09:39:26 -08:00 |
|
Abhisek Pattnaik
|
56d33fedc5
|
Multiple Identical Options in Switch Statements
|
2015-12-28 09:39:26 -08:00 |
|
Abhisek Pattnaik
|
7e97016b41
|
Adding a default option in Switch statements
|
2015-12-28 09:39:26 -08:00 |
|