Commit Graph

84 Commits

Author SHA1 Message Date
d5798c38de fix: rewrite of word blanks challenge () 2019-04-10 01:48:01 -04:00
914a7c522d Copy edits ()
* Copy edits to Basic JavaScript section

* Copy edits to ES6 section

* Update index.md
2019-03-29 22:06:58 +05:30
4eb4afe53b Fixed bug in 2nd test for Access Multi-Dimensional Arrays With Indexe… ()
* Fixed bug in 2nd test for Access Multi-Dimensional Arrays With Indexes Challenge

* Fix for issue 

Fixed Bug In 2nd test case for Access Multi Dimensional Arrays With Indexes

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/access-multi-dimensional-arrays-with-indexes.english.md

Co-Authored-By: Artistic18 <hrishitbiswas20@gmail.com>

* fix: added missing ) for assert statement
2019-03-25 15:42:21 -05:00
cab064a183 Fix tests for Basic JavaScript: Write Reusable JavaScript with Functions ()
* Fix tests

- fix original log() method restoration

- fix case that other userscripts(or extensions) can affect console output and therefore can ruin the test

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/write-reusable-javascript-with-functions.english.md

allow function calling without semicolon

Co-Authored-By: T1mL3arn <T1mL3arn@users.noreply.github.com>
2019-03-21 11:50:23 +05:30
228d873dd3 Fix: remove quote from challenge where not needed [english] () 2019-03-19 15:04:03 +05:30
ef86d7bd61 Fixed typo in JavaScript curriculum ()
* Fixed typo in JavaScript curriculum

* Added missing period at end of sentence
2019-03-12 15:05:22 -07:00
8e5b99b8ca fix(curriculum) Prevent 5th test from allowing invalid solution in Escape Sequences in Strings challenge ()
* fix: prevent 5th test from allowing invalid code

* fix: added new test to not allow extra characters
2019-03-05 07:57:48 -06:00
99c7f28530 fix: remove <code> tags around word queue () 2019-03-04 09:12:29 -06:00
421c097f17 feat: cleaned up grammar and formatting () 2019-03-02 00:25:09 +05:30
769ec3cb63 Make code consistent in challenge () 2019-02-26 16:38:46 -05:00
b83ab53047 [Fix] Corrected bug found in Shopping List challenge ()
* fix: corrected bug found in issue 

* fix: account for empty strings

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: corrected wrong logic
2019-02-24 13:28:55 +05:30
4a7571492d Remove reference to "backspace" regex ()
Remove reference to "backspace" regex in example 
2019-02-22 10:50:51 +08:00
cb35d49a21 fix(challenges): Fix broken links in English challenges () 2019-02-21 17:58:31 -05:00
63c5423e4a fix(curriculum): iterate with javascript do...while loops () 2019-02-21 17:25:54 -05:00
aa621a20b5 fix: removed unecessary guideUrl from frontmatter 2019-02-19 11:34:27 +03:00
409c39abf1 feat(curriculum): Add Basic JS Scrimba links ()
* feat(curriculum): Add Basic JS Scrimba links

* Fix: Add missing video url.

* fix: update videoUrl
2019-02-14 09:24:02 -08:00
8d7bd3906c Grammar change and readability of example () 2019-02-05 21:14:05 +05:30
42bf229f59 fix: modified the test case such that the variable is a local scope o… ()
* fix: modified the test case such that the variable is a local scope of the function

* fix: make test inclusive
2019-02-05 09:40:58 +03:00
ab4367a751 Update URL for 404 error ()
* Update URL for 404 error

* fix: correct url
2019-02-04 13:34:47 +03:00
7f9cbe982b Add the solution ()
* Add the solution

* Update divide-one-decimal-by-another-with-javascript.english.md

The solution was not passing. Change should pass now.

* Update divide-one-decimal-by-another-with-javascript.english.md


Co-authored-by: Paul Gamble <pgamble@gmail.com>
2019-01-25 11:10:44 -05:00
929e0db633 fix(challenge): use-the-conditional-ternary-operator () 2018-12-03 14:19:57 +05:30
2f23fb544d Fixes minor typo ()
"should not be be" changed to "should not be"
2018-11-29 02:28:48 +05:30
74a5c8d15a Fix inconsistent formatting of the welcomeToBooleans function ()
fix the inconsistency in the formatting of the function and also fix issue 
2018-11-18 22:05:08 +05:30
86be0947b5 Updated tests for 'Iterate through an array with a for loop' to ES6 () 2018-11-08 22:02:21 +09:00
8b21132cac Fix line for Example ()
* Fix line for Example

Bolded Example is inline with description. Added new line so that Example will have its own line (right before the actual example)

* Add line break after Description
2018-11-04 07:18:50 +05:30
79d9012432 fix(curriculum): quotes in tests ()
* 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
6cb1a95c72 Solution use-multiple-conditional-ternary-operators.english.md ()
* Update use-multiple-conditional-ternary-operators.english.md

* Update use-multiple-conditional-ternary-operators.english.md

* Improve JavaScript code style
2018-10-15 20:46:43 -03:00
459b8340f0 Solution use-the-conditional-ternary-operator.english.md ()
* Update use-the-conditional-ternary-operator.english.md

* Use strict equals
2018-10-15 20:41:38 -03:00
7b8a6e7385 Solution use-the-parseint-function-with-a-radix.english.md ()
* Update use-the-parseint-function-with-a-radix.english.md

* Improved JavaScript formatting
2018-10-15 20:40:05 -03:00
1f9e26c7fe Solution use-the-parseint-function.english.md ()
* Update use-the-parseint-function.english.md

* Removed blank line
2018-10-15 20:38:37 -03:00
ee9f6b2d72 chore(meta): Move challenge meta to challenges root 2018-10-11 02:15:05 +05:30
46d8d61776 docs: update guide url 2018-10-08 11:02:25 -04:00
a859035023 fix(challenge-md): Fix quotes that failed in the transform 2018-10-08 11:38:26 +05:30
8f39bc1288 chore(curriculum): Remove files in wrong format 2018-10-05 15:58:12 +01:00