f813dfff87
fix: Replace Array.prototype.sort and update old isSorted method. ( #39360 )
...
* fix: Replace Array.prototype.sort and update old isSorted method.
* fix: Change name of function from 'checkInBuiltSort' to 'checkBuilitInSort'.
* fix: Change name of function from 'checkBuilitInSort' to 'isBuiltInSortUsed'.
2020-08-10 13:31:18 -07:00
8996fa7502
fix: rosetta day of week typos ( #39380 )
...
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-08-08 19:00:29 -07:00
adef746299
chore: move search-indexing, supress webpack-cli progress ( #39367 )
2020-08-09 04:17:10 +05:30
6e16a50329
fix(tools): fix syntax errors and test special branch
2020-08-09 01:44:36 +05:30
e242852bef
fix(tools): misc. updates to action workflows
2020-08-09 00:58:13 +05:30
5c60070cc5
fix(tools): add node.js CI tests
2020-08-09 00:56:22 +05:30
cb4a2d5f91
chore(tools): remove merge-conflict action
2020-08-08 23:40:25 +05:30
0471f7f8d8
Removing # from property name to be consistent with previous challenges ( #39334 )
2020-08-06 08:33:56 -07:00
f6468f9053
chore: name workflow better
2020-08-06 14:21:02 +05:30
d10a584b9c
feat(tools): add LightHouse CI to the GitHub workflows ( #39353 )
2020-08-06 14:14:53 +05:30
1046e21a90
fix(i18n): update Chinese translation of functional programming ( #38061 )
...
* fix(i18n): update Chinese translation of functional programming
* fix(i18n): update review suggestion
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-05 14:08:04 +05:30
ebcb34f3d9
feat: add monitization meta ( #39368 )
2020-08-05 14:02:23 +05:30
f91cf1ae2d
feat: style email-sign-up page
2020-08-05 14:01:47 +05:30
3dbe69707f
fix: redirect to email sign up on first login
2020-08-05 14:01:47 +05:30
0642002005
Remove add
method test ( #38824 )
2020-08-04 14:37:58 -07:00
fd6f34a801
fixed spacing errors on .spanish.md ( #39031 )
...
I eliminated unnecessary spaces to improve readability
2020-08-04 14:20:27 -07:00
c974fd39dd
fix(curriculum): add regex to chai tests for double quotes ( #39187 )
...
* fix: allow for use of double quotes in chai tests
* fix: escape forward slash
2020-08-05 01:27:09 +05:30
7d8e558b91
fix(curriculum): convert all video challenges to markdown ( #39189 )
2020-08-05 01:26:41 +05:30
e7d2028bba
fix(learn): change test order to test for the value after execution has finished ( #39363 )
...
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com >
2020-08-05 01:18:50 +05:30
08d4811df3
feat(client, api): Add Camper Join Date to Profile ( #38408 )
2020-08-04 13:08:13 +05:30
303e228299
fix(i18n): update Chinese i18n of object oriented programming ( #38055 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:45:28 +05:30
14bfa61cea
fix(i18n): update Chinese translation of basic data structures ( #38054 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:44:21 +05:30
2fdc5267e3
fix(i18n): update Chinese translation of regular expressions ( #38042 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:44:01 +05:30
83957bb150
fix(i18n): update Chinese translation of es6 ( #38038 )
...
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com >
2020-08-04 12:43:35 +05:30
4a1d5e9b05
chore: bump build
2020-08-04 03:50:20 +05:30
189859f772
chore: bump parser
2020-08-04 03:50:20 +05:30
ff002be0f6
chore: bump curriculum
2020-08-04 03:50:20 +05:30
d838168446
chore: bump search-indexing
2020-08-04 03:50:20 +05:30
3cc53b78f1
chore: bump seed
2020-08-04 03:50:20 +05:30
bc2f659e40
chore: bump client
2020-08-04 03:50:20 +05:30
15d0737cff
chore: bump root
2020-08-04 03:50:20 +05:30
a3c1e25d78
docs: update flight manuals ( #39361 )
2020-08-04 01:42:50 +05:30
f52baa51be
fix(learn): Added test for Capitalized -> uncapitalized variants
...
* myReplace("I think we should look up there", "up", "Down")
* Checks for previously unchecked scanarios of the 'after' input being capitalized and 'before' word being uncapitalized.
2020-08-03 14:52:40 +03:00
e4960e38ef
fix(curriculum): Removed global variable and updated test for "Functional Programming: Apply Functional Programming to Convert Strings to URL Slugs" ( #39359 )
...
* Fixed Some Typos
* Removed global variable and updated tests
Co-authored-by: nakulnambiar <nakul.nambiar@demandfarm.com >
2020-08-02 16:24:16 -07:00
41ed64e8d4
fix:regex error in selection sort insertion sort and merge sort ( #39230 )
2020-08-02 13:17:27 -07:00
908adc2c37
Update Yelp.com documentation API from V2 to V3 ( #39344 )
2020-07-31 11:39:27 -07:00
df8bbdb2c8
docs: update devops steps ( #39342 )
2020-07-31 13:30:26 +05:30
20d397f719
remove MDN links from English challenges ( #39337 )
...
* remove MDN links from English challenges
* add push challenge reference to record-collection
* refactor truthy falsy verbiage
* replace MDN link with news link
* remove unnecessary whitespace
2020-07-31 15:19:49 +09:00
0f7fc6d91b
fix: set merge conflict Action to run every 12 hours instead of every 15 minutes ( #39335 )
...
* fix: run action every 12 hours
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-07-29 14:16:48 +02:00
b58704a5ce
fix: harden username blocklist ( #39281 )
...
* fix: harden username blocklist
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-07-28 10:35:56 +02:00
2cfee3ae96
fix: set Action on 15 minute schedule ( #39327 )
2020-07-27 19:07:03 +02:00
e32022a198
feat: add june 2020 footer
2020-07-28 00:27:51 +09:00
4b7ad8447b
fix(learn): Added test for edge case ( #39323 )
...
* fix(learn): Added test for edge case
* Test checks edge cases for incorrect spelling in middle characters.
* fix: removed 'pen' sageTest
* the 'pen' points out that it is not the end of the first word to be tested for, but the end of the string.
However, this is explained clearly in the 'mountain' test below just as well.
2020-07-27 07:43:59 -07:00
17d9b43747
fic: certification links now open in a new tab ( #39180 )
2020-07-27 18:15:40 +05:30
de3492fded
Chore: remove old translation tools, import parser ( #39273 )
2020-07-27 18:11:53 +05:30
bf9837c1da
chore: remove unused library ( #39270 )
2020-07-27 18:10:22 +05:30
5337932fd8
fix: lock Ubuntu version for Cypress ( #39322 )
2020-07-27 18:06:58 +05:30
b1a0c4fa59
fix: center donation modal text ( #39307 )
2020-07-27 11:32:32 +02:00
cade7396b3
chore(tools): Add GitHub Action to label merge conflicts ( #39317 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-07-27 14:46:53 +05:30
516602cef8
fix(curriculum): Improve punctuation/formatting in "Add Axes to a Visualization" ( #39261 )
...
* Improve punctuation
* Clean up axis identification
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Add block formatting to code sample
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-07-27 00:22:47 -07:00