Commit Graph

58 Commits

Author SHA1 Message Date
Damon
789c305790 Remove all trailing 0's- Exact Change 2016-11-06 04:16:57 -06:00
Abhisek Pattnaik
da8934db9f docs(challenge): Add instruction to symdiff challenge
Add instructions about the expected return value.
2016-09-09 14:25:50 +05:30
Abhisek Pattnaik
b2a3d3c6b4 refactor(challenge): Update symdiff solution
Refactor previous solution to use a one liner solution.
2016-09-09 14:25:49 +05:30
Abhisek Pattnaik
bbb84f0fd3 test(challenge): Add tests to symdiff challenge
Add tests which would make the solutions easier to create.
2016-09-09 14:25:48 +05:30
Zubair Ali
cba1d760a7 Add a reference table to Exact Change challenge
This commit adds a reference table to the Exact-Change challenge.
2016-08-20 13:45:38 +01:00
Omar
0a7ed88098 Made Exact Change Insufficient Funds condition easier to understand 2016-08-16 19:59:34 -07:00
dhcodes
fc1f29b9fa Add floating point guide as resource on Exact Change 2016-08-10 14:36:21 -05:00
theflametrooper
a45b0a5685 Replaced wiki links with new forum links 2016-08-01 10:20:08 +01: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
EmAnt
cd6f153a53 Amend advanced algorithms italian translation 2016-07-16 22:16:24 +02:00
WalterDa
7363960f0b Translated Advanced Algorithm Scripting in Italian
Closes #9716 - @Em-Ant hints implemented
2016-07-14 19:05:48 -07:00
Eric Leung
cd4bcbb5da Merge pull request #8900 from b2m9/fix/exclude-seven-digit-US-phone-numbers
Fix: exclude 7 digit numbers from US phone challenge
2016-06-14 08:22:19 -07:00
Bob Massarczyk
034a65642c Fix: exclude 7 digit numbers from US phone challenge
- Add assert for 555-5555, expecting false
- Add assert for 5555555, expecting false
- Change RegEx solution to make area code mandatory
- Simplify RegEx matching
- Add test case to catch random, invalid chars
2016-06-14 12:55:06 +00:00
Jonathan
83868f9f59 Merge pull request #8922 from tianz/fix/mdn-links
Fix MDN links
2016-06-13 19:28:52 +01:00
Joseph Chan
29d62c841a Reword first test description for Inventory Update challenge 2016-06-08 09:54:10 -06:00
Tian Zhou
37c4ef31bf Fix MDN links 2016-06-02 20:36:21 -07:00
malayaleecoder
869191a53f Fix Friendly Date Range issue 2016-06-01 15:54:30 +05:30
Kevin Dessely
40019ace6f Fix Read-Search-Ask broken links 2016-05-22 14:56:55 +08:00
Mrugesh Mohapatra
0fa7c02338 Merge pull request #8168 from BKinahan/fix/exact-change-tests
Amend Exact Change tests for format consistency
2016-04-22 17:47:34 +05:30
Mrugesh Mohapatra
68f96d4b06 Merge pull request #8215 from kkas/fix/bonfire-to-add-unit
Add a unit to bonfire Map the Debris
2016-04-22 17:08:26 +05:30
kkas
455bdcd0b2 Add a unit to bonfire Map the Debris 2016-04-21 23:32:24 +09:00
Sharang Dashputre
5d76fc05a0 Added test cases for 'no repeats please' 2016-04-21 02:22:50 +05:30
BKinahan
1782be1541 Amend Exact Change tests for format consistency 2016-04-17 23:17:14 +00:00
Eric Leung
6012fca6f8 Merge pull request #7978 from josectello/fix/advanced_bonfires_wording
Adjusting wording in "Friendly Date Ranges" bonfire
2016-04-09 23:09:16 -07:00
Jose Tello
80c3bfe6b7 Adjusting wording in advanced-bonfires.json to clarify differences between test cases for "Friendly Date Ranges" challenge. 2016-04-08 20:42:01 -07:00
Eric Leung
480318dba0 Clarify all characters are unique in No Repeats 2016-04-06 12:44:04 -07:00
Eric Leung
c512038d98 Clarify Pairwise instructions with table example 2016-04-04 23:43:08 -07:00
Eric Leung
856c60b83d Clarify Make a Person instructions & add ES trans
- Remove use of arity and rewrite with better description
- Change use of "function" to "method" for consistency
- Put methods into blockquote tags
- Update Spanish translation of challenge
2016-04-01 21:31:46 -07:00
Logan Tegman
88c917c639 Merge pull request #7536 from erictleung/fix/unique-function-name-for-inventory-update
Make Inventory Update function name unique
2016-03-16 13:21:08 -07:00
Eric Leung
5d4138a495 Make Inventory Update function name unique
- Change `inventory` function name to `updateInventory` in seeded code,
  solution, and tests
- Update instructions to be more clear
2016-03-16 13:14:34 -07:00
Logan Tegman
5c16a3aeb5 Merge pull request #7561 from erictleung/fix/unique-function-name-for-friendly-dates
Make Friendly Date Ranges function name unique
2016-03-16 13:08:48 -07:00
Mrugesh Mohapatra
1feb43edad Merge pull request #7511 from SaintPeter/feature/add-exact-change-solution
Add solution to Exact Change
2016-03-16 18:10:48 +05:30
Berkeley Martinez
5df5658a5e Merge pull request #7505 from SaintPeter/fix/change-nameLN-to-titleLN
Change nameXX properties to titleXX properties
2016-03-15 11:34:32 -07:00
Eric Leung
fa18f967d9 Make Friendly Date Ranges function name unique 2016-03-15 01:05:16 -07:00
Rex Schrader
6e7d5db741 Change nameXX properties to title XX properties 2016-03-11 21:00:06 -08:00
SaintPeter
9d0cadb723 Add solution to Exact Change 2016-03-11 20:35:55 -08:00
Eric Leung
3997da2dcd Make Exact Change function name unique & lint
- Change `drawer` function to `checkCashRegister`
- Add code tags around subjectively needed text
2016-03-10 21:01:05 -08:00
Eric Leung
4514d54778 Add code tags and fix wording in Pairwise 2016-03-06 12:22:14 -08:00
Eric Leung
580a57d551 Remove spaces and add code tags to Dates Ranges 2016-03-03 23:11:37 -08:00
Eric Leung
cc1aae6804 Add blockquote and code tags to US Phone Numbers 2016-03-03 21:58:54 -08:00
Logan Tegman
be8159fc30 Merge pull request #7237 from erictleung/fix/symmetric-difference-wording
Update Symmetric Diff tests with length check
2016-03-02 10:36:42 -08:00
Eric Leung
62a2515b67 Update Symmetric Diff tests with length check
- Fix last test by removing unnecessary formatting
- Change `deepEqual` tests to `sameMembers` tests
- Add tests to check array lengths
2016-03-01 22:40:23 -08:00
Eric Leung
a116bfd344 Fix spelling in Pairwise challenge 2016-02-28 16:20:24 -08:00
DemiPixel
1c61dad1d2 Make "Pairwise" description clearer
Somebody trying to do it found it confusing and so did I so I tried to improve the example a bit to be a bit clearer about why it returned 11.
2016-02-28 00:43:52 -08:00
Logan Tegman
a4ccbe7cf0 Merge pull request #6811 from pasosdeJesus/fix/ES-update-advanced-bonfires
Verified and updated translation to spanish of advanced-bonfires.
2016-02-13 21:25:19 -08:00
Jami Gibbs
2325fbb023 Updating name to accurately describe parameter data type 2016-02-11 15:09:23 -06:00
Eric Leung
2aebcab273 Clarify symmetric difference definition + examples
- Make definition of symmetric difference more precise
- Add in set examples in description to facilitate learning of the
  concept
- Put "symmetric difference" in `<dfn>` tags
2016-02-08 22:56:41 -08:00
Vladimir Támara Patiño
cedc6ff1cb Verified and updated translation to spanish of advanced-bonfires.
Closes #6494
Thanks for corrections to @justinian336
2016-02-07 12:32:14 -05:00
Eric Leung
abaeda0272 Clarify characters are each unique in permutation 2016-02-07 00:00:39 -08:00
robjloranger
3fe6ba79b4 fixed typo on test 1 555)555-5555 2016-01-28 12:25:34 -08:00