Commit Graph

19 Commits

Author SHA1 Message Date
Arsen Melikyan
5e37e94855 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
7b385925ee Audit ES Translation of object-oriented-and-functional-programming.json 2016-02-15 16:39:41 +00:00
Eric Leung
9dbac4a7bd Clarify join method challenge with better example 2016-02-14 12:18:20 -08:00
Mrugesh Mohapatra
0887ee4d30 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
da575ffc59 Improved description for two challenges
closes #6701
2016-02-03 14:40:48 -06:00
Alister N. Mada
146eb52345 Add more test cases for Make Object Properties Private 2016-01-26 06:31:30 +07:00
SaintPeter
0c40a0599e Normalize Challenges for COM1000 2016-01-20 15:45:32 -08:00
Rex Schrader
5a66ffa3ab 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
bc0fb76220 Replace multi-line code block tags with blockquote 2016-01-15 16:03:50 -08:00
Quincy Larson
4c1e4cbbf4 further improvements of challenge ssed for better looking views 2016-01-15 04:49:46 -08:00
Quincy Larson
0871a0dcf5 add chatroom names 2016-01-15 04:46:20 -08:00
Rex Schrader
1f4a027bf9 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
591c6503f8 Add a example to Reverse Arrays waypoint 2016-01-03 01:05:25 +01:00
natac13
662fbfdda7 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
1a09f1603f 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
014985130d Clarify instruction for Filter Arrays with Filter 2015-12-23 22:23:58 -08:00
BKinahan
c8cd91770b Add test for functionality of public methods 2015-12-23 23:10:48 +00:00
salamanderrex
5e1cf440b0 remove the console.log 2015-12-20 18:11:11 -08:00
Berkeley Martinez
3961d5056b Add superblock ordering 2015-12-14 13:19:30 -08:00