mrugesh mohapatra
6b47dcd1e7
Merge pull request #12328 from yesthatguy/fix/telephone-numbers
...
Update phone number and description
2017-01-06 11:33:10 +05:30
Gregory Ristow
2dc6e894e7
fix(pairwise): Clarification of instructions
2017-01-04 17:19:08 -10:00
Brian Salomaki
e551b59be3
Update phone number and description
...
Updates one of the phone numbers used in the tests to avoid thinking it might be an invalid number. Also updates the description of the problem to be more clear that we're validating the format rather than a more sophisticated test that the number actually exists.
2017-01-02 17:19:03 -05:00
Mrugesh Mohapatra
7b9cad1a90
fix(CI): Remove Friendly Date Ranges
2017-01-02 08:00:49 +00:00
Juliano Rafael
f9062fcdbe
Add Brazilian Portuguese advanced-bonfires translations
2016-12-21 17:13:51 -02:00
Dylan
f74f2a9e7c
modify friendly dates test to improve thoroughness
2016-12-04 13:03:42 +00:00
Manish Sharma
f7f1bc68e5
Corrected and maintained uniformity in title-casings of adv-bonfires.
...
Maintaining the uniformity of previous challenge title-casings, the new titles were cased correctly with title-cases to important words in titles.
2016-11-08 17:44:08 +05:30
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