Commit Graph

40 Commits

Author SHA1 Message Date
johnnyqbui
cee59a149f revised description for challenge 2016-11-28 22:02:34 -06:00
kamlesh tajpuri
fca7f1696d Fix for Issue #10912
Changed description from
" You should have filtered out all values from the array that are greater than 5 " to "You should have filtered out all values from the array that are less than 6 "

Updates as requested on PR #10912

Changed
You should have filtered out all values from the array that are greater than 5.

to

<code>newArray</code> should be an array containing only the values from <code>oldArray</code> that are less than 6.
2016-09-26 02:59:08 +05:30
Shubham Patil
25a2d715ed Description of "Filter Arrays with .filter" updated
Fixes issue #10695
The description of the challenge "Filter Arrays with .filter" was updated to remove double negatives from the description as pointed out in the issue #10695
2016-09-14 11:52:53 -04:00
Berkeley Martinez
ee4f1dbb73 feature(translations): Normalize translations
translations are now listed under the prop "translations"
and keys to the IETF lang tag.
2016-07-28 23:40:01 -07:00
ladybugtju
07e8b3b0aa Changed number of car seats to 5 2016-07-19 12:05:37 -07:00
Jonathan
08b1931085 Merge pull request #9556 from dkat90/fix/unnecessary-line-breaks
fixed uncessary line breaks
2016-07-06 10:20:16 +01:00
alanbares
599aa16f4e Change value of seat property on car object to 5 2016-07-04 21:19:59 -07:00
David Tambunan
cb97a1bcb7 fix uncessary line breaks 2016-07-05 10:09:09 +08:00
Dylan
0221259765 Updated Code Example for Iterate Over Arrays w Map 2016-07-04 18:48:43 -05:00
Raj Thakur
66002b3abb Added MDN Link for Aarray.Prototype.sort() for furthe reference 2016-07-02 16:05:06 +05:30
sahilkhurana02
95a4113fc6 Further explained the challenge with a minor change.
Further explained the challenge.

Modified the challenge description for better understanding

Reverted back previous changes and further explained the terminology.

Minor change
2016-06-24 21:04:58 +05:30
Jayden Windle
239e5232a5 fixed line break issue in filter challenge 2016-05-26 20:27:42 -04:00
Ebubechim Okpo
41142e3ab5 Fix typo in OOP challenge 2016-05-08 12:17:32 -04:00
Berkeley Martinez
07d0d4fca5 Merge pull request #7952 from erictleung/fix/add-solutions-to-challenges
Add solutions to Basic JS, OOP, and Automated Test
2016-04-14 22:12:09 -07:00
Jose Tello
dca5b62dfc Update wording in "Sort Arrays with Sort" challenge to prevent confusion due to lack of punctuation. 2016-04-10 19:28:10 -07:00
Eric Leung
a2849ebf0f Add solutions to Basic JS, OOP, and Automated Test
- Added solutions to Basic Javascript, Object Oriented and Functional
  Programming, and Automated Testing and Debugging
- Linted when I could (e.g. fix errors COM1000 was throwing, remove unnecessary
  white space and comments)
2016-04-06 22:30:30 -07:00
Ka Lun Lee
88e49c224a opens links in a new tab 2016-03-21 01:36:40 -07:00
Ka Lun Lee
d021574bc3 added links for clarification on Make Objects Properties Private challenge.
fixed grammar from previous PR. This closes #7282.
2016-03-19 12:04:14 -07:00
Rex Schrader
6e7d5db741 Change nameXX properties to title XX properties 2016-03-11 21:00:06 -08:00
Zack Ward
ec1369feba Clarify how the sort callback works 2016-03-08 16:39:02 -07:00
DarkChowder
5db3cc4abc Modified the test errors of "Filter Arrays with .filter" so the goal is not misunderstood. 2016-02-19 13:17:51 -08:00
Arsen Melikyan
32aa7324c1 Merge pull request #7036 from justinian336/Audit/ES-Translation-of-object-oriented-and-functional-programming.json
Audit ES Translation of object-oriented-and-functional-programming.json
2016-02-17 17:49:49 +04:00
justinian336
b2cb004174 Audit ES Translation of object-oriented-and-functional-programming.json 2016-02-15 16:39:41 +00:00
Eric Leung
5916809dd9 Clarify join method challenge with better example 2016-02-14 12:18:20 -08:00
Mrugesh Mohapatra
6154fa8e1e Fix the instructions in the Filter Array Challenge
This commit fixes the instruction text as discussed in the
issue thread.

Tested locally.
2016-02-11 11:48:52 +00:00
Simon Diep
160de4ebcf Improved description for two challenges
closes #6701
2016-02-03 14:40:48 -06:00
Alister N. Mada
803c04d45c Add more test cases for Make Object Properties Private 2016-01-26 06:31:30 +07:00
SaintPeter
f9c2da7d6a Normalize Challenges for COM1000 2016-01-20 15:45:32 -08:00
Rex Schrader
f0b73e9fa1 Merge pull request #6175 from erictleung/fix/multi-line-code-block-tags
Replace multi-line code block tags with blockquote
2016-01-15 16:31:21 -08:00
Eric Leung
8d8cdd987c Replace multi-line code block tags with blockquote 2016-01-15 16:03:50 -08:00
Quincy Larson
a6c4ed77a5 further improvements of challenge ssed for better looking views 2016-01-15 04:49:46 -08:00
Quincy Larson
49a57e7965 add chatroom names 2016-01-15 04:46:20 -08:00
Rex Schrader
833addf7f3 Merge pull request #5776 from DDaems/Fix/reverse-arrays
Add a example to Reverse Arrays waypoint
2016-01-02 17:21:45 -08:00
Dieter Daems
95f5e8dcd4 Add a example to Reverse Arrays waypoint 2016-01-03 01:05:25 +01:00
natac13
4469bf637d Fix variable data persist on Functional Challenges.
Move all display functions to the tail property for all challenges
object oriented and functional programming

I believe the reason for the 'answer' variable data persisting was due to the
display function having closure over that variable (ie. `newArray`).
By moving the 'answer' variable declaration to the boilerplate this
will fix this issue.

closes #5428

2
2016-01-02 16:38:56 -05:00
Logan Tegman
efcbbda3ee Merge pull request #5398 from salamanderrex/fix/consolelog_AT_Waypoint_JoinStringsWithJoin
fix unnecessary console.log in basic-javascript challenge
2015-12-26 14:17:56 -08:00
Eric Leung
3436b09a1f Clarify instruction for Filter Arrays with Filter 2015-12-23 22:23:58 -08:00
BKinahan
81b88d220f Add test for functionality of public methods 2015-12-23 23:10:48 +00:00
salamanderrex
4ae5874f97 remove the console.log 2015-12-20 18:11:11 -08:00
Berkeley Martinez
f7f587194d Add superblock ordering 2015-12-14 13:19:30 -08:00