joelzehring
992fc8f1bf
Update generate-an-array-of-all-object-keys-with-object.keys.english.md ( #36578 )
...
Method should act on any passed parameter rather than the specific object named in this problem.
2019-08-11 11:42:19 -05:00
Randell Dawson
568f00e02a
fix(curriculum): Added forumTopicId to remaining 1200 challeng… ( #36558 )
2019-08-05 22:14:37 +05:30
Randell Dawson
ba6ae7154c
fix: removed more assert msg arguments ( #36439 )
2019-07-28 05:16:04 +01:00
Randell Dawson
d78168f7db
fix(curriculum): Remove unnecessary assert message argument from English challenges JavaScript Algorithms and Data Structures - 03 ( #36403 )
...
* fix: rm assert msg basic-data-structures
* fix: rm assert msg intermed-algo-scripting
* fix: rm assert msg data-structures projects
2019-07-24 10:56:38 +02:00
Oliver Eyton-Williams
7d4dc382b4
fix(curriculum): format challenge markdown as per linting rules ( #36326 )
...
* fix: Format challenge markdown according to linting rules
* fix: Put spaces after section tags
2019-07-19 15:30:17 +05:30
Randell Dawson
c387873640
fix(curriculum): added extra line before </section> tag - Engl… ( #36278 )
2019-07-19 15:30:17 +05:30
Randell Dawson
3fa14df925
fix: renamed folder without starting dash ( #36124 )
2019-06-21 18:05:33 -04:00
Randell Dawson
f53ca79890
fix: changed tests to allow other valid solutions ( #36210 )
2019-06-21 18:04:30 -04:00
Randell Dawson
5a06b71ac4
fix: modified tests text ( #36169 )
2019-06-04 16:14:52 -04:00
Matt Schlosser
08c4807b09
Added missing </code>
in test text string ( #36040 )
2019-05-14 10:06:55 +02:00
Tom
93e5554615
fix: added semi-colon not in original code
...
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-07 10:43:43 -07:00
Randell Dawson
5cfff58c7b
fix: added all js to end of 3 backticks
2019-05-07 10:43:43 -07:00
Randell Dawson
5cf039e5fd
fix: performed first conversions
2019-05-07 10:43:43 -07:00
Randell Dawson
1cb6092dd9
fix: performed first conversions
2019-05-07 10:43:43 -07:00
Randell Dawson
3bff4151cf
fix: rewrote challenge instructions and tests ( #35899 )
2019-04-30 20:19:06 -05:00
RIHANE ZAKARIA
6630b2be7a
bug fix / test of Spread Operator javascript challenge / english ( #35856 )
...
* bug fix test with the Spread Operator
* test of Spread Operator javascript challenge / english / change test and add a helper function
2019-04-30 18:37:26 -05:00
Randell Dawson
6a859ee7f9
fix: added 12 missing solutions to Basic Data Structure Challenges ( #35744 )
2019-04-10 21:03:15 +05:30
Guayo Mena
75293e649d
fix(curriculum): Fix test in Javascript challenge ( #35795 )
...
Fixes #35793
I rearranged the variables in one of the tests.
I just changed the english file. Should I change the rest of the languages as well?
Note: I did this change through github's API, because I couldn't run the project locally so I haven't actually tested it.
2019-04-10 20:55:05 +05:30
Ruchika Sharma
25f45ffc60
fix: Rename section in Modify array challenge ( #35430 )
2019-02-27 19:04:49 -05:00
Pete
41ffe5a7e4
Adding-missing-challenge-solution ( #35025 )
...
* Adding-missing-challenge-solution
* updating solution as requested
added back in //solution required and removing console.log
* Adding-solution
* Update access-property-names-with-bracket-notation.english.md
* adding-solution
* Adding-solution
2019-02-26 03:44:33 -05:00
Lewis Horwood
9cf283aab9
Add tests reflecting #19390 ( #19477 )
...
* Add test reflecting #19390
Added two tests to prevent checking only `Alan`.
* Split into 4 tests for each prop
Split previous tests with 2 props on each into 4 single-prop tests; fixed whitespace
2019-02-23 00:16:06 +05:30
TristanSeabrook
d8c8ee73a3
added apostrophe ( #35354 )
...
changed "keys" to "key's"
2019-02-22 03:12:23 -08:00
TristanSeabrook
7d9ef880c2
removed ungrammatical apostrophe ( #35353 )
...
Changed "array's" to "arrays".
2019-02-22 03:12:12 -08:00
Casey Bennington
d2286fc3b5
Added solution ( #28907 )
...
LGTM!
2019-01-25 10:17:46 -05:00
Valeriy
79d9012432
fix(curriculum): quotes in tests ( #18828 )
...
* fix(curriculum): tests quotes
* fix(curriculum): fill seed-teardown
* fix(curriculum): fix tests and remove unneeded seed-teardown
2018-10-20 23:32:47 +05:30
greggubarev
345dfd6dad
Added </code> to test text ( #19498 )
2018-10-16 15:28:33 +01:00
Jonathan Grah
65d47b6eeb
fix: solution for checking if an object has a property ( #19390 )
...
Signed-off-by: Jonathan Grah <theflametrooper@gmail.com>
2018-10-15 16:04:24 -07:00
Ryan Bowlen
4a29977564
Added Solution to Challenge ( #19372 )
...
Added a Solution to "Basic Data Structures: Generate an Array of All Object Keys with Object.keys()" 's "Get a Hint" documentation.
2018-10-15 23:19:27 +01:00
Ryan Bowlen
f4353999e3
Add solution to Challenge ( #19369 )
...
Added a solution to "Iterate Through the Keys of an Object with a for...in Statement"'s "Get a Hint" documentation.
2018-10-16 03:34:14 +05:30
Ryan Bowlen
1200859c07
Added Solution ( #19367 )
...
Added a solution for the challenge's "Get a Hint" documentation.
2018-10-15 22:29:05 +01:00
Bouncey
ee9f6b2d72
chore(meta): Move challenge meta to challenges root
2018-10-11 02:15:05 +05:30
halcyondays22
5bac4d3818
fix: typos in JavaScript Algorithms & Data Structures challenges
2018-10-10 09:26:45 +01:00
Bouncey
a859035023
fix(challenge-md): Fix quotes that failed in the transform
2018-10-08 11:38:26 +05:30
Bouncey
8f39bc1288
chore(curriculum): Remove files in wrong format
2018-10-05 15:58:12 +01:00