Commit Graph

254 Commits (55adc282fa70c2a418a4f5f63fc0a12edea93ebb)

Author SHA1 Message Date
Dylan 8df1f13e14 Merge pull request #13834 from fonsecapontes/fix/spread-operator-test
fix test pass spread-operator
2017-03-11 20:33:27 -06:00
Timo 249c6dfb40 Merge pull request #13612 from erictleung/fix/clarify-concat-strings
Clarify concatenating strings with +=
2017-03-12 01:22:59 +01:00
Simon Morgan fea32fe2f4 Correct capitalisation of Wikipedia 2017-03-11 11:30:10 +00:00
fonsecapontes e6af4207c3 fix test pass spread-operator 2017-03-09 23:33:08 -03:00
MANISH-GIRI a71d6f9a77 Convert lookup table to object 2017-03-09 09:07:47 -05:00
Eric Leung 0ccc4c8a54 Merge pull request #13599 from Manish-Giri/fix/change-tests-where-do-I-belong
Add type checking in Where Do I Belong
2017-03-09 00:52:31 -08:00
Eric Leung e8c22f543e Clarify concatenating strings with +=
- Be more specific in what needs to be done using the plus equals
- Remove unnecessary line break before strings to be concatenated
2017-03-09 00:23:50 -08:00
Quinn-H 40dfbddf58 add missing the letter i 2017-03-04 04:19:44 +13:00
Bhavesh S. Gupta ab9ae5188d Put all lists in a single string 2017-02-28 14:56:26 +01:00
Samuel Plumppu 5d14a4f3ee Merge pull request #13584 from Manish-Giri/fix/improve-accessing-nested-objects-challenge
Change challengeSeed in accessing nested objects
2017-02-27 18:31:35 +01:00
dhcodes 325fa6d3a5 Fix challenge title formatting misc 2017-02-27 08:47:23 -06:00
Samuel Plumppu e80a330b04 Merge pull request #13559 from IanTeo/fix/es6-formatting
Reformatted instructions for the class ES6 challenges
2017-02-27 14:45:17 +01:00
Ian Teo 116588d773 Reformat class Syntax and getters and setters instructions 2017-02-27 09:00:28 +08:00
MANISH-GIRI 083cd59ce4 Add type checking in Where Do I Belong 2017-02-25 20:01:22 -05:00
MANISH-GIRI d13afaff68 Change challengeSeed in accessing nested objects 2017-02-25 15:15:02 -05:00
Dylan c71bc0ba68 Merge pull request #13574 from Greenheart/fix/tests-for-js-global-scope-functions
fix(challenge): Fix tests for "Basic JS: Global scope and functions"
2017-02-25 11:18:13 -06:00
Samuel Plumppu 112113d57a Merge pull request #13583 from Manish-Giri/fix/change-string-to-number
Change string to number in add items to array
2017-02-25 11:05:42 +01:00
Samuel Plumppu 3526a36138 Merge pull request #13572 from IanTeo/fix/relax-quoting-string-challenge
Relax strictness of Quoting Strings with Single Quotes
2017-02-25 10:50:00 +01:00
MANISH-GIRI dd732c42ea Change string to number in add items to array 2017-02-25 01:11:57 -05:00
Ian Teo c0c5b959e8 Relax strictness of Quoting Strings with Single Quotes 2017-02-25 13:31:07 +08:00
Samuel Plumppu 6f17967daa Merge pull request #13563 from AngShiYa/fix/es6-formatting
Reformat ES6 challenges instructions
2017-02-25 00:16:42 +01:00
Samuel Plumppu 48990fb33a fix(challenge): Fix tests for "Basic JS: Global scope and functions"
Since the last test case was triggering on a line from the challenge
head, it was necessary to slightly modify the test cases.

They now let the expected code pass.
2017-02-24 23:45:22 +01:00
Samuel Plumppu 596a254851 Merge pull request #13573 from AngShiYa/fix/remove-description-in-challenge-seed
Remove description in challenge seed
2017-02-24 22:34:12 +01:00
Ang Shi Ya 7af87063cd Remove description in challenge seed 2017-02-25 01:59:38 +08:00
Ang Shi Ya 6ee5f4632f Reformat ES6 challenges instructions 2017-02-24 13:02:17 +08:00
gogolab f1d555f964 Update description of beta challenge 2017-02-23 22:20:52 +01:00
JamayK bb26f9a0ea Added new test for "Return Largest Numbers in Arrays", with negative only numbers. 2017-02-23 15:03:30 +02:00
Joseph Livengood 4ded8169cb Merge pull request #13501 from donofriov/fix/typo-in-challenge-code-calculate-circumference
Fixed typo in Challenge Code - calculateCircumference
2017-02-21 16:29:27 -05:00
Samuel Plumppu 54cc599979 Merge pull request #13445 from Manish-Giri/fix/array-destructuring-tests
Fix formatting and add tests for array destructuring
2017-02-21 21:10:30 +01:00
Vincent D'Onofrio 8e7b1171ce Fixed typo in Challenge Code - calculateCircumference closes #13464 2017-02-21 15:07:16 -05:00
Pu Xiao 1d947a0b6c add test case for "Where Do I belong" 2017-02-22 00:07:16 +08:00
MANISH-GIRI d93e51e181 Fix formatting and add tests for array destructuring 2017-02-21 10:56:08 -05:00
Eric Leung b0a257342f Merge pull request #13487 from Manish-Giri/fix/improve-oboe-errors-challenge
Improve oboe-errors challenge
2017-02-20 23:05:16 -08:00
MANISH-GIRI 806cb4ea2f Improve oboe-errors challenge 2017-02-20 21:35:28 -05:00
quentin de707c185e indexOf() instead of includes() 2017-02-20 15:42:50 -05:00
Samuel Plumppu 5658256715 Merge pull request #13414 from robbawebba/fix/reformat-es6-challenges
Reformat ES6 Challenge Descriptions
2017-02-20 21:15:16 +01:00
robertweber95 4ce5835e14 Reformat challenge descriptions and titles 2017-02-20 15:08:34 -05:00
Joseph Livengood b9ba476712 fix(challenge): Typo in "OOP: Use an IIFE to Create a Module" 2017-02-20 13:43:43 -05:00
Samuel Plumppu ee6c544009 fix(challenge): Format constructor property in "OOP: Set Constructor" 2017-02-20 18:41:54 +01:00
Samuel Plumppu 91bb28bbaf fix(challenge): Typo in "OOP: Use an IIFE to Create a Module" 2017-02-20 18:28:41 +01:00
Samuel Plumppu b758143cc5 fix(challenge): Typo in "OOP: Reset Inherited Constructor Property" 2017-02-20 17:59:07 +01:00
Samuel Plumppu f08db28c37 fix(challenge): Use correct indices in test messages. (#13461) 2017-02-20 19:04:04 +05:30
Samuel Plumppu 0e9f045f2c Merge pull request #13418 from cdrainxv/fix/remove-overflow-x-scroll
moved comment to new line to remove overflow-x scrollbar
2017-02-19 10:13:13 +01:00
cdrainxv e3469353b0 moved comment to new line to remove overflow-x scrollbar 2017-02-18 20:52:01 -07:00
systimotic 3aabe3c58d Clarify instructions in the string immutability challenge 2017-02-18 23:49:57 +01:00
Quincy Larson 6bc82a7d11 add releasedOn dates to all new challenges (#13417) 2017-02-19 00:00:12 +05:30
Rares Matei 14a9e63cbc Add missing semicolon at the end of example statement 2017-02-18 17:05:38 +00:00
mrugesh mohapatra d4f85d0bc6 Merge pull request #13315 from erictleung/fix/use-em-dash-in-oop
Correct em dash in OOP challenge plus formatting
2017-02-13 17:39:34 +05:30
Samuel Plumppu 4476fbbec7 Merge pull request #13301 from QuincyLarson/fix/relocate-convert-celsius
move the convert celsius challenge over to the algorithm challenges
2017-02-13 12:03:22 +01:00
Eric Leung b0236a163a Correct em dash in OOP challenge plus formatting 2017-02-13 02:43:20 -08:00
Rob Weber 8964f19460 Reformat ES6 challenge descriptions (#13256) 2017-02-12 14:36:43 -06:00
Quincy Larson 9ed1725335 move the convert celsius challenge over to the algorithm challenges 2017-02-12 13:20:47 -06:00
Eric Leung b85fb6e2f4 Merge pull request #13198 from Manish-Giri/fix/remove-code-tags
Remove code tags from challenge seed
2017-02-12 02:00:47 -08:00
MANISH-GIRI 818878783d Ensure use of two arguments in function call 2017-02-12 04:03:05 -05:00
cdrainxv 70b6489e8e Added semicolon to statement 2017-02-11 22:13:15 -07:00
Samuel Plumppu 9ad7a94bf4 Merge pull request #13143 from BrendanSweeny/fix/improve-es6-scopes-var-let-challenge
Reduce complexity of the 'scopes with var and let' challenge
2017-02-08 14:26:16 +01:00
Brendan Sweeny 54434beebc Reduce complexity of the 'scopes with var and let' challenge 2017-02-07 22:13:20 -07:00
Eric Leung 41b2e3103d Merge pull request #13212 from Manish-Giri/fix/remove-regex-i-flag
Remove requirement of i flag in regex
2017-02-07 09:31:06 -08:00
Eric Leung 7a09ce6068 Merge pull request #13113 from Greenheart/fix/array-slice-cleaner-assertion
fix(challenge): Cleaner assertion for "Copy an Array with slice()".
2017-02-07 08:38:37 -08:00
MANISH-GIRI 1c4ee44cf4 Remove requirement of i flag in regex 2017-02-07 00:58:42 -05:00
MANISH-GIRI 74d56826f2 Remove code tags from challenge seed 2017-02-07 00:26:58 -05:00
Eric Leung e95c540364 Merge pull request #13178 from cdrainxv/fix/change-description-wording
Reworded descriptive text to refer to present literal match example.
2017-02-06 19:18:53 -08:00
Dylan a3ea8239b0 Merge pull request #13176 from cdrainxv/fix/short-fix-unshift
Replaced shift() with unshift() in description
2017-02-06 21:16:19 -06:00
Eric Leung e3bf6f6014 Merge pull request #13159 from Greenheart/fix/fp-filter-broken-test
fix(challenge): Fix broken test for "FP: Use filter to extract data".
2017-02-06 18:46:18 -08:00
Eric Leung 01e4f491b4 Merge pull request #13167 from Greenheart/fix/fp-array-slice-fatal-typo
fix(challenge): Fix fatal typo in "FP: use Array.slice()"
2017-02-05 23:09:58 -08:00
cdrainxv 646157f0e2 Reworded descriptive text to refer to present literal match example 2017-02-05 21:48:00 -07:00
cdrainxv f61e731b17 Replaced shift() with unshift() in description 2017-02-05 20:35:18 -07:00
Quinn-H f466608754 Unneccessary semicolon fixed 2017-02-06 14:21:17 +13:00
Samuel Plumppu 16f84630ab fix(challenge): Fix fatal typo in "FP: use Array.slice()"
* Fixes a typo that prevented the challenge from being completed at all.
2017-02-05 21:15:12 +01:00
Samuel Plumppu d66a1ce7b6 fix(challenge): Fix broken test for "FP: Use filter to extract data". 2017-02-05 17:12:31 +01:00
systimotic 33caf46c3c Simplify truncate a string challenge 2017-02-05 14:31:48 +01:00
Timo c382824601 Merge pull request #12929 from Greenheart/fix/return-a-value
fix(challenge): Update tail section for "Return a Value from a Function with Return"
2017-02-05 14:12:03 +01:00
Peter Weinberg 15474e8065 Merge pull request #13132 from Greenheart/fix/oop-all-props-stricter-tests
fix(challenge): Stricter tests for "OOP: Iterate Over All Properties"
2017-02-04 19:41:19 -05:00
Peter Weinberg 32c054a889 Merge pull request #13131 from Greenheart/fix/oop-own-props-stricter-tests
fix(challenge): Stricter tests for "OOP: Understand Own Properties".
2017-02-04 19:25:25 -05:00
Peter Weinberg dce8f07ea6 Merge pull request #13123 from Greenheart/fix/oop-prototype-properties
fix(challenge): Format challengeSeed to encourage best practices.
2017-02-04 18:51:39 -05:00
Peter Weinberg 36cd246536 Merge pull request #13040 from Greenheart/fix/missing-letters-improved-tests
fix(challenge): Improved tests for Algorithm "Missing Letters".
2017-02-04 18:47:50 -05:00
Peter Weinberg 35646265c2 Merge pull request #13129 from Greenheart/fix/oop-constructor-property
fix(challenge): Stricter tests for "OOP: Constructor property"
2017-02-04 18:12:18 -05:00
Peter Weinberg 2b5f22c99d Merge pull request #13124 from Greenheart/fix/oop-dot-notation-log
fix(challenge): Accept more correct solutions for "OOP: Use dot notation"
2017-02-04 18:10:14 -05:00
Samuel Plumppu c9ad06cc91 fix(challenge): Stricter tests for "OOP: Constructor property"
* Also fixed an misleading sentence in the instruction.
2017-02-05 00:04:39 +01:00
Peter Weinberg bcb6bad157 Merge pull request #13141 from Greenheart/fix/oop-new-prototype-stricter-tests
fix(challenge): Stricter tests for "OOP: New Object Prototype".
2017-02-04 18:01:43 -05:00
Peter Weinberg 5faa01c0ee Merge pull request #13139 from Greenheart/fix/oop-add-solutions
fix(challenge): Add solutions for OOP-challenges.
2017-02-04 18:00:37 -05:00
Peter Weinberg 40fdef1d58 Merge pull request #13125 from Greenheart/fix/oop-instanceof
fix(challenge): Improve seed code for "OOP: Use instanceof"
2017-02-04 17:59:05 -05:00
Peter Weinberg fd83ced36d Merge pull request #13072 from Greenheart/fix/array-splice-stricter-tests
fix(challenge): stricter tests for "Add Items Using splice()".
2017-02-04 17:24:24 -05:00
Samuel Plumppu c1472f96c1 fix(challenge): Accept more correct solutions for "Use dot notation"
Now accepts either one or two `console.log()` expressions.
2017-02-04 23:08:59 +01:00
Peter Weinberg f31413653a Merge pull request #13068 from Greenheart/fix/array-splice-formatting
fix(challenge): formatting of "Remove Items Using splice()".
2017-02-04 16:35:08 -05:00
Samuel Plumppu eeaac55443 fix(challenge): Stricter tests for "OOP: New Object Prototype". 2017-02-04 19:36:04 +01:00
Samuel Plumppu 6339c48421 fix(challenge): Add solutions for OOP-challenges.
* Also fix tests that break when run outside of the browser environment.
2017-02-04 18:17:44 +01:00
Ankit Dwivedi 17a118f983 Added semicolon to end of first statement in challegeSeed for Regular Expressions: Find Characters with Lazy Matching 2017-02-04 07:09:54 -08:00
Samuel Plumppu 829cbe03ec fix(challenge): Stricter tests for "OOP: Iterate Over All Properties" 2017-02-04 14:29:27 +01:00
Samuel Plumppu 86e6baaea6 fix(challenge): Stricter tests for "OOP: Understand Own Properties". 2017-02-04 13:53:22 +01:00
Dylan 7f48b58001 Merge pull request #13126 from Greenheart/fix/oop-supertype-semicolons
fix(challenge): Add semicolons to "OOP: Inherit from a Supertype"
2017-02-03 22:22:40 -06:00
Samuel Plumppu 6edeb1ca60 fix(challenge): small typo in "OOP: Use closure protection" 2017-02-04 03:07:05 +01:00
Samuel Plumppu cd30e4c079 fix(challenge): Add semicolons to "OOP: Inherit from a Supertype" 2017-02-04 03:03:38 +01:00
Samuel Plumppu 4660d756f2 fix(challenge): Improve seed code for "OOP: Use instanceof"
* Temporarily disable jshint to allow expressions resulting in dead code
* Update constructor declaration for consistency.
2017-02-04 02:44:50 +01:00
Samuel Plumppu 29f6cd75b2 fix(challenge): Format challengeSeed to encourage best practices.
* By re-formatting the seed a bit, I hope to help campers complete
their object definitions before they instantiate anything from them.
2017-02-04 00:54:22 +01:00
MANISH-GIRI e83d3b2c48 Improve instructions in regex match repeating characters 2017-02-03 17:19:37 -05:00
Samuel Plumppu 72cb9b1c8a fix(challenge): Cleaner assertion for "Copy an Array with slice()". 2017-02-03 17:43:05 +01:00
Samuel Plumppu de93525405 Merge pull request #13098 from Manish-Giri/fix/update-code-formatting-regex-lazy-matching
Fix code formatting in regex find characters with lazy matching
2017-02-03 16:30:07 +01:00
Samuel Plumppu eae234a240 Merge pull request #13096 from Manish-Giri/fix/regex-match-single-character
Improve instruction in regex match single character challenge
2017-02-03 16:22:52 +01:00
Billy Reilly 43cd4a59d7 fix(challenges): Additional test cases for 'Escape Sequences in Strings' 2017-02-03 09:54:01 +00:00
Manish Giri 875ef5e98f Fix code formatting in regex find characters with lazy matching 2017-02-02 21:17:16 -05:00
Manish Giri 3d1790d66e Improve instruction in regex match single character challenge 2017-02-02 20:05:18 -05:00
Samuel Plumppu e6621a637c Merge pull request #13094 from Manish-Giri/fix/regex-ignore-case-matching
Improve instruction in regex ignore case while matching challenge
2017-02-03 01:22:17 +01:00
Manish Giri 5fd62ada94 Improve instruction in regex ignore case while matching challenge 2017-02-02 19:10:26 -05:00
Peter Weinberg 0b60d7de3a chore(seed): freeCodeCampify remaining sections of codebase 2017-02-02 18:29:59 -05:00
Samuel Plumppu 47c1d73174 fix(challenge): update tail section for "Return a Value from a Function with Return". 2017-02-02 20:47:38 +01:00
Paul 2c9bda5cc3 clarified challenge instructions 2017-02-02 12:58:01 -06:00
Samuel Plumppu 719524d739 Merge pull request #13079 from vcapretz/fix/html-term-all-caps
Fixes html term to all capslock
2017-02-02 18:27:41 +01:00
Samuel Plumppu 905e033bb2 Merge pull request #13073 from dnahol/fix/challenge-syntax
Added semicolon to Regular Expressions: Match Beginning String Patterns
2017-02-02 18:26:35 +01:00
Vitor Capretz 2d2b2503b3 fixes html term to all capslock 2017-02-02 14:19:22 -02:00
dnahol d1b1c508f5 added semicolon 2017-02-02 06:47:43 -08:00
Samuel Plumppu 941c0201fa fix(challenge): stricter tests for "Add Items Using splice()". 2017-02-02 12:34:25 +01:00
Samuel Plumppu 302e42352f fix(challenge): formatting of "Remove Items Using splice()".
* Improve order of Array-methods in a sentence.
* Fix preposition.
* Fix tab for challengeSeed.
2017-02-02 11:28:01 +01:00
Samuel Plumppu 02af548ebc Merge pull request #13063 from cdrainxv/fix/add-semicolons
Added semi-colon to end of statements
2017-02-02 10:25:08 +01:00
Samuel Plumppu fa6dea3fc4 Merge pull request #13062 from JosephLivengood/fix/regex-challenge-formatting
Updated challenge text formatting to be uniform
2017-02-02 10:22:33 +01:00
Samuel Plumppu b82043f2e5 Merge pull request #13057 from delbertlegg/fix/pig-latin-edge-cases
Added edge case tests for Pig Latin challenge
2017-02-02 10:16:49 +01:00
cdrainxv 14e290aab4 Added semi-colon to end of statements 2017-02-01 23:40:35 -07:00
mrugesh mohapatra 0b9c939782 Merge pull request #12963 from robbawebba/fix/beta-arrow-functions-tests
Reformat ES6 arrow function challenges
2017-02-02 12:04:09 +05:30
Joseph Livengood cc9898cfc2 Updated challenge text formatting to be uniform 2017-02-02 00:14:02 -05:00
robertweber95 c3cd614890 Reformat ES6 arrow function challenges 2017-02-01 22:17:38 -05:00
Eddie Legg 78a8cd5c0a Added edge case test for Pig Latin challenge
Added edge case tests for Pig Latin Challenge
2017-02-01 21:44:33 -05:00
Samuel Plumppu 2ff7d678a2 fix(challenge): Improved tests for Algorithm "Missing Letters".
Thanks to @breatheloud for reporting and triaging this!
* Improve tests to cover what the instructions actually ask for.
* Update solution to pass new test suite.
2017-02-01 23:11:00 +01:00
Samuel Plumppu 7cfdefeaca Merge pull request #12910 from envy7/fix/empty-translations
Removed all empty translations present in the challenges in the seed files
2017-02-01 18:01:44 +01:00
envy7 56a2bdbed4 removed all empty translations present in the challenges in the seed files 2017-02-01 15:14:37 +05:30
Brendan Sweeny 723cf467da Reformat first four ES6 challenge instructions 2017-01-30 21:22:39 -07:00
Samuel Plumppu 43d69e0e44 Merge pull request #12855 from HKuz/fix/newJSchText
Test, formatting fixes for new JS challenges
2017-01-30 19:30:05 +01:00
Heather Kusmierz 4827d03a3c Test, formatting fixes for new JS challenges 2017-01-29 19:17:04 -05:00
Samuel Plumppu 42a0a56e60 Merge pull request #12958 from padulam/fix/change-the-prototype-instructions
Fix error in instructions for change the prototype to a new object challenge
2017-01-29 21:55:24 +01:00
padulam 9b438e8148 Update instructions for change the prototype challenge 2017-01-29 15:20:21 -05:00
Peter Weinberg 123b6ea128 fix quoting strings challenge 2017-01-29 13:59:07 -05:00
Eric Leung 46af5e9e62 Make example in Manipulate Complex Obj consistent 2017-01-29 05:23:42 -08:00
mrugesh mohapatra 311b517778 Merge pull request #12888 from richiethomas/fix/multiline-comments
Prevent 'comment-your-javascript-code' from passing incorrectly due to multi-line comments which are not visible to users
2017-01-29 14:16:07 +05:30
Timo fbe86aa911 Merge pull request #12930 from Greenheart/fix/basic-algorithm-prevent-use-of-string-repeat
fix(challenge): Prevent use of String.repeat() in Basic Algorithm
2017-01-28 22:38:05 +01:00
Samuel Plumppu a697639504 fix(challenge): Prevent use of String.repeat() in Basic Algorithm. 2017-01-28 21:51:28 +01:00
Peter Weinberg 83dca62bd9 basic ds: add intro challenges + final QA 2017-01-28 11:08:50 -05:00
Timo d594946df6 Merge pull request #12861 from codeman869/fix/falsy-bouncer-description
Add hint to Falsy Bouncer challenge description
2017-01-27 11:27:55 +01:00
RamiroPinol 9ed5fda5d6 solved typo: loged -> logged 2017-01-26 18:04:52 -03:00
richiethomas 77207b2a0b Prevent 'comment-your-javascript-code' from passing incorrectly due to multi-line comments which are not visible to users 2017-01-26 13:47:29 -05:00
Cody Deckard 9d751451fa Add hint to Falsy Bouncer challenge description
Updates the Falsy Bouncer challenge description to include a hint
to help campers understand how they should approach the challenge
without revealing too much information or locking the camper into
a particular solution.
2017-01-26 15:46:40 +00:00
Timo 2d346e1c5a Merge pull request #11987 from dhcodes/fix/improved-tests-divide-by-decimal
change test to ensure use of /
2017-01-26 09:19:21 +01:00
Dylan 927308bc7f :change test to ensure use of / 2017-01-25 21:33:31 -06:00
db 1aac3c7fec Update 'firstName' parameter changed to 'name' 2017-01-26 00:48:14 +05:30
mrugesh mohapatra 6eac7893a7 Merge pull request #12797 from no-stack-dub-sack/fix/basic-ds-objects
reformat, refactor basic ds: object challenges
2017-01-24 23:40:56 +05:30
mrugesh mohapatra b43ee80301 Merge pull request #12761 from QuincyLarson/fix/instructions-become-hrs
turn the "instructions" into an hr element
2017-01-24 18:16:54 +05:30
Peter Weinberg 1582dce15b reformat, refactor basic ds: object challenges 2017-01-23 23:34:05 -05:00
Rajesh d325c5f4b5 Fixed Formatting issue in "Return Largest Numbers in Arrays" 2017-01-23 12:17:56 +05:30
Quincy Larson dd299662f1 Merge pull request #12746 from no-stack-dub-sack/fix/basic-ds-formatting
refactor and reformat, basic DS: array challenges
2017-01-22 15:26:50 -06:00
Quincy Larson 79c1ec1327 turn the "instructions" into an hr element 2017-01-22 15:22:26 -06:00
Peter Weinberg 1a5cf16f2b refactor and reformat, basic DS: array challenges 2017-01-22 13:35:02 -05:00
dhcodes b5db716edb improve tests for parseInt radix 2017-01-22 09:04:48 -06:00