Anton Strömkvist
a8cd3e909f
Merge pull request #3088 from bugron/bugron-add_two_num-fix
...
fixes assert and adds a dot
2015-09-08 22:24:11 +02:00
Arsen Melikyan
38e134666a
Merge pull request #3153 from ahstro/ahstro-3152
...
Move brace out of user-edit scope
2015-09-08 23:25:25 +04:00
Anton Strömkvist
7ebe8de1fd
Merge pull request #2921 from bugron/bugron-2803
...
fixes an idle test and some text
2015-09-08 21:07:55 +02:00
Arsen Melikyan
87557159e8
Merge pull request #2953 from dmytroyarmak/dmytroyarmak-2948
...
Add output block to "Iterate with JavaScript For Loops" challange
2015-09-08 21:37:00 +04:00
bugron
6250e31e75
fixes an idle test and some text
2015-09-08 19:13:20 +04:00
Dmytro Yarmak
f830232139
Add output block to "Iterate with JavaScript While Loops" challange
2015-09-08 10:59:14 +03:00
Anton Strömkvist
00ee379b2a
Merge pull request #2739 from bugron/bugron-1881
...
Changes nonexistent variable name to proper one
2015-09-08 01:57:41 +02:00
ahstro
decaaead20
Move brace out of user-edit scope
...
Move the closing brace of a function down below the
`// Only change code above this line`-comment in
`Use Conditional Logic with IfElse Statements`
Fix #3152
2015-09-07 22:56:27 +02:00
Jakob Dahl
ad85e899c0
Updated and rebased pr
2015-09-07 03:08:08 +02:00
natac13
bb51636e78
Test improvements
...
changed the jquery selector to account for single and double quotes
as well as optional spaces on:
[Give your JavaScript Slot Machine some stylish images](http://www.freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images )
[Bring your JavaScript Slot Machine to Life](http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life )
[Target the same element with multiple jQuery Selectors](http://www.freecodecamp.com/challenges/waypoint-target-the-same-element-with-multiple-jquery-selectors )
[Target the Parent of an Element Using jQuery](http://www.freecodecamp.com/challenges/waypoint-target-the-parent-of-an-element-using-jquery )
2015-09-06 13:12:06 -04:00
Arsen Melikyan
482c9cb5d1
Merge pull request #3109 from AryanJ-NYC/AryanJ-NYC-2136
...
Added details to instructions of JS arrays waypoint
2015-09-06 10:18:44 +04:00
Aryan Jabbari
06f611ebf8
Used strict equality for second assert
2015-09-06 00:39:07 -04:00
Aryan Jabbari
c4e0c363c2
Checks that length is used twice for JS bracket notation challenges; closes #3105
2015-09-06 00:37:12 -04:00
Aryan Jabbari
b14e2847ba
Added details to instructions of JS arrays waypoint; closes #2136
2015-09-05 20:53:54 -04:00
bugron
76cff4bdd3
fixes a condition in assert
2015-09-05 19:20:41 +04:00
bugron
1ce9ccb925
fixes assert and some text
2015-09-05 18:05:09 +04:00
bugron
9ab6911afa
Fixes 'd[0].toLowerCase() is not a function' error
2015-09-05 16:38:09 +04:00
Quincy Larson
1ea3605519
Merge pull request #3002 from dmytroyarmak/dmytroyarmak-2999
...
Improve test cases for Generate Random Whole Numbers within a Range
2015-09-04 15:27:36 -07:00
natac13
5b311b8943
Added tests to JavaScript Give Slot Machine Some Style
...
The challenge could be passed by copying the code 3 times.
Made new tests to stop this
closes #2111
2015-09-04 13:48:51 -04:00
Dmytro Yarmak
0227d20847
Improve test cases for Generate Random Whole Numbers within a Range
2015-09-02 23:17:33 +03:00
Dmytro Yarmak
142ce22a75
Add output block to "Iterate with JavaScript For Loops" challange
2015-09-01 13:41:40 +03:00
Atik Shaikh
b6ead17069
Update basic-javascript.json
2015-08-31 00:49:27 +05:30
Ben McMahon
579c91b87e
Merge pull request #2490 from abhisekp/patch-3
...
Add correction to Waypoint - Sift through Text with Regular Expressions
2015-08-30 16:16:48 +01:00
Abhisek Pattnaik
f680604534
Change challenge seed
2015-08-30 20:37:32 +05:30
Abhisek Pattnaik
b3a278a8f9
Merge remote-tracking branch 'upstream/staging' into patch-3
2015-08-30 13:49:04 +05:30
Natac13
3cd616e526
fixed minor typo where there was a 's' left when the sentence was changed. Issue #2853
2015-08-29 18:30:16 -04:00
Ben McMahon
513e25b185
Merge pull request #2820 from AEA2002/staging
...
Minor edit in Find the Nth Character
2015-08-29 19:25:29 +01:00
Ben McMahon
9a29a28155
Merge pull request #2821 from uwaseem/uwaseem-1979
...
Fixed typo for issue 1979
2015-08-29 19:23:46 +01:00
bugron
1ffaea093e
fixes 'editor.getValue(...).match(...) is null'
2015-08-29 02:35:06 +04:00
waseem
959645ab75
Fixed typo for issue 1979
2015-08-29 04:08:48 +08:00
ahstro
e23fbf2013
return(foo) => return foo
2015-08-27 22:19:03 +02:00
Arsen Melikyan
99fc557e8e
Changes nonexistent variable name to proper one
2015-08-26 18:59:59 +04:00
AEA2002
2d368f66ad
Minor edit in Find the Nth Character
...
In "Use Bracket Notation to Find the Nth Character in a String" section removed "last" from 'The third last letter of lastName should be..."
2015-08-25 18:34:31 -04:00
Aniruddh Agarwal
1577d362b3
replaced + by .
2015-08-25 22:42:58 +08:00
Aniruddh Agarwal
275fe55fe7
fixed conflicts
2015-08-25 22:21:33 +08:00
Aniruddh Agarwal
07262eb5f1
Cleaned up description for 'Sift through Text with Regular Expressions' waypoint
2015-08-25 20:26:32 +08:00
Aniruddh Agarwal
d59c504ec3
Expanded description of 'Build Javacript Objects' waypoint
2015-08-25 19:36:47 +08:00
Quincy Larson
f6816de455
Merge pull request #2620 from bugron/bugron-1522
...
Fixes missing backslash in waypoints' instructions'
2015-08-24 19:02:22 -07:00
Quincy Larson
3014722a28
Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging
2015-08-24 17:54:00 -07:00
bugron
b3c33679b4
Adds a desctiption to avoid confusion in JS challenges
2015-08-25 04:41:02 +04:00
Berkeley Martinez
b49243ffe3
Merge pull request #2568 from AryanJ-NYC/AryanJ-NYC-1876
...
Fixed #1876 ; fixed some grammar issues; adhered to JS comment convent…
2015-08-24 11:14:32 -07:00
Berkeley Martinez
6a9c7aab12
Merge pull request #2596 from suhussai/suhussai-2592
...
Typo Fix. Closes #2592
2015-08-24 11:03:34 -07:00
Arsen Melikyan
7130f40b86
Fixes missing backslash in waypoints' instructions'
...
In three waypoints: [Find Numbers with Regular Expressions](http://www.freecodecamp.com/challenges/waypoint-find-numbers-with-regular-expressions ), [Find White Space with Regular Expressions](http://www.freecodecamp.com/challenges/waypoint-find-white-space-with-regular-expressions ), [Invert Regular Expression Matches with JavaScript](http://www.freecodecamp.com/challenges/waypoint-invert-regular-expression-matches-with-javascript ) there are confusing instructions: /d+/gi instead of /\d+/gi, /s+/gi instead of /\s+/gi, /S+/gi instead of /\S+/gi.This commit fixed them.
2015-08-24 14:48:38 +04:00
benmcmahon100
8704aa9a8d
Fix #2605
2015-08-24 00:22:35 +01:00
suhussai
b0d2ac24ec
Typo Fix. Closes #2592
...
Changed "greater then" to "greater than" in Waypoint 30, http://freecodecamp.com/challenges/waypoint-generate-random-whole-numbers-with-javascript
2015-08-23 12:20:28 -06:00
Aryan Jabbari
918f57d1c4
Fixed #1876 ; fixed some grammar issues; adhered to JS comment conventions
2015-08-23 05:19:45 -04:00
Quincy Larson
91cb86eca9
Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging
2015-08-22 18:08:37 -07:00
Quincy Larson
f00a56580c
update JavaScript copy from pull request
2015-08-22 17:40:59 -07:00
Berkeley Martinez
ec5a4d62e3
Merge pull request #2505 from issyl0/fix_typo_iterate_with_js
...
In the while loop iterator section, advise while loops, not for loops
2015-08-22 17:22:14 -07:00
Abhisek Pattnaik
b44f537835
Fix error in string
2015-08-23 03:26:20 +05:30