Logan Tegman
2ddee56301
Fix Construct Javascript Objects Seed
2015-12-01 15:44:09 -08:00
Berkeley Martinez
4a7470f658
Keywords are not function calls
2015-11-29 16:28:32 -08:00
Eric Leung
eda2334743
Fix example code on filter method to avoid confusion
2015-11-26 18:02:37 -08:00
Josh Wein
cf4e88f189
Updated variable reference.
...
Updated variable reference in "Waypoint: Iterate over Arrays with .map" from ```array``` to ```oldArray``` to match up with the given variable name in the program.
2015-11-21 16:50:28 -05:00
Quincy Larson
927a058b90
make times for waypoint challenges less optimistic
2015-11-20 01:26:57 -06:00
Logan Tegman
d71ad74223
Merge pull request #4407 from faizaanceg/fix/reverse-arrays-typo
...
Fix typo and move functions to tail
2015-11-13 09:37:17 -08:00
Faizaan
cc54bf19e0
fix typo and move to tail
2015-11-13 22:41:16 +05:30
Victorino Machava
537573932c
Update object-oriented-and-functional-programming.json
...
Changing the Waypoint title from "Concatenate Strings with concat" to "Concatenate Arrays with concat".
Because that is what the Waypoint is actually about (concatenating Arrays).
2015-11-13 15:19:24 +02:00
Matt Leonard
0cf6c01dc4
Update object-oriented-and-functional-programming.json
...
Fixes two small typos:
"To use a constructor function we call it with the new keyword in front if it like:" ->
"To use a constructor function we call it with the new keyword in front of it like:"
"javascript" -> "Javascript"
2015-11-12 14:27:45 -08:00
Logan Tegman
2f2d0269e5
Fix Make Instances With Contructor Typo
...
Closes #4324
2015-11-12 08:27:00 -08:00
jonslucas
0946305d90
Fixed typo in Waypoint's assert msg.
2015-11-10 17:04:03 -05:00
Logan Tegman
3d8c1aa574
Rewrite OOP section
...
In an effort to better explain concepts.
2015-11-09 21:39:09 -08:00
SaintPeter
deb9bce3da
Fixes typo in Join Strings with Join Waypoint
2015-11-05 22:02:55 -08:00
SaintPeter
8d28da3485
Fix a missing code tag in condense arrays waypoint
2015-11-04 21:46:56 -08:00
Logan Tegman
4959675d74
Fix Sidebar Code Indentation Character
...
Closes #3988
2015-11-01 17:11:23 -08:00
natac13
763747f494
fix unclear description and lack of usage in the editor.
...
closes #4059
removed added code in the seed
2015-11-01 06:50:59 -05:00
bencassidy
fb0e78fc3a
fixed typer
2015-10-30 09:30:08 -07:00
Aryan Jabbari
71435e6b7e
Allude to 'this' keyword as suggested by @ParkinT
...
@ParkinT suggested the ```this``` keyword be alluded to in the lesson.
Closes #3899
2015-10-28 23:55:38 -04:00
Quincy Larson
ef3e910251
remove mdn links from oop fp challenges
2015-10-28 13:49:38 -07:00
Berkeley Martinez
50cfda07ee
Fix oop/fp challenges
2015-10-28 12:03:31 -07:00
Berkeley Martinez
b5f5025df2
Fix map iteration and object update copy.
2015-10-28 10:43:45 -07:00
Quincy Larson
d2ce2275b3
everything is ready except OOP
2015-10-28 05:13:49 -07:00
Quincy Larson
fd7451e233
Merge branch 'staging' into improve-early-challenges
...
Conflicts:
seed/challenges/basic-javascript.json
seed/challenges/bootstrap.json
seed/challenges/html5-and-css.json
seed/challenges/object-oriented-and-functional-programming.json
2015-10-28 02:20:09 -07:00
Quincy Larson
7f5653963b
finish JavaScript and OOP sections for QA
2015-10-28 01:15:54 -07:00
Logan Tegman
61f94b3e29
Add Better Explanations to the Functional Programming Lessons
...
Other minor changes to make each lesson more consistent in formatting.
2015-10-17 23:11:03 -07:00
Logan Tegman
009635dd31
Add MDN Links to Functional Programming Waypoints
2015-10-15 20:17:29 -07:00
Logan Tegman
e789e74c89
Cleanup OOP and Functional Programming Waypoints
...
Fixes some typos, adds instructions, and tries to make some of the wording clearer and more consistent.
Closes #3760
2015-10-15 17:12:54 -07:00
Quincy Larson
f30239fb6c
add time estimates to challenge blocks on map
2015-10-12 22:56:10 -07:00
Arsen Melikyan
1fd9918365
Merge pull request #3678 from ltegman/fix/waypoint-filter-arrays-test-3671
...
Fix Waypoint Filter Arrays Test
2015-10-10 17:17:19 +04:00
Logan Tegman
f44b5a3204
Fix Waypoint Filter Arrays Test
...
Test now consistant with instructions
Closes #3671
2015-10-09 11:54:56 -07:00
Daniel Robinson
1d23b28da0
Fix typo 'array or numbers' to 'array of numbers'
2015-10-09 13:50:28 -04:00
Quincy Larson
05c5eb8d2c
update challenge sequence and break on boarding into two sections
2015-10-07 00:41:43 -07:00
natac13
00b54e3d1f
added optional space to the editor match in OOP challenges.
...
closes #3331
2015-10-06 20:37:32 -04:00
Gaurav Saxena
a6789b8511
renamed -you- to -your- ; fixes #3607 - grammar bug
2015-10-06 17:30:27 -04:00
Joseph Breihan
dc4f5212c2
Fix typo described in issue #3585
2015-10-04 23:20:09 -04:00
Quincy Larson
465835d6b1
Merge branch 'staging' into map-restructure
...
Conflicts:
seed/challenges/basic-ziplines.json
seed/challenges/intermediate-ziplines.json
2015-10-02 11:23:54 -07:00
Quincy Larson
ea33385fea
remove vestigial difficulty attribute from challenges
2015-10-02 01:06:27 -07:00
Quincy Larson
69a3729025
restructure challenges and add certificate challenge skeletons
2015-10-01 23:54:20 -07:00
Quincy Larson
4fffabfe8f
fix exact change and QA all JS challenges
2015-09-30 18:33:32 -07:00
Quincy Larson
c5577ee9e5
Merge pull request #3185 from awesomeaniruddh/awesomeaniruddh-3172
...
fixed test descriptions in OOJavascript waypoint
2015-09-09 14:08:49 -07:00
benmcmahon100
7b04184fcc
Set up new curriculum order. OOPF is now before basic bonfires and where art thou is now in intermediate
2015-09-09 18:10:22 +01:00
Aniruddh Agarwal
44d54b7f69
fixed test descriptions in OOJavascript waypoint
...
The first and the second waypoints in the Object Orientated and Functional Programming section had errors in the test descriptions
closes #3172
2015-09-09 12:31:42 +08:00
Natac13
9496152e00
fixes filter function return conditional
...
closes #3031
2015-09-03 14:02:44 -04:00
Ben McMahon
7af3e764c1
Merge pull request #2941 from awesomeaniruddh/awesomeaniruddh-2940
...
Fixed typo in 'Condense arrays with reduce' waypoint
2015-09-01 13:28:19 +01:00
Aniruddh Agarwal
edb26effd4
fixed issue #2940 : replaced and with an
2015-09-01 08:35:07 +08:00
ahstro
33ed3ae8b0
return(foo) => return foo
2015-08-27 22:19:03 +02:00
Aryan Jabbari
a8e3af20b0
Replaced backticks with <code></code>
2015-08-23 05:03:52 -04:00
Aryan Jabbari
2d3c0c2780
Deleted tab
2015-08-23 03:47:13 -04:00
Aryan Jabbari
7b53607492
Fixes #1950 using @benschenker's suggested text.
2015-08-23 03:42:42 -04:00
Michael Krebs
d8347b3b7c
fix #2011
2015-08-18 02:05:53 -04:00