TEST
  1. TEST

FreeCodeCamp

Public
AuthorCommitMessageCommit date
Rex SchraderRex Schrader
671384fea0bMMerge pull request #6850 from LenaBarinova/fix/streak-broken-though-challenges-completed-everydayFix steak calculation to not break when challenges are completed everyday
JelenaBarinovaJelenaBarinova
631c7ea3192Timestamps are converted to start of the days and filtered to b unique before calculating streaks
Rex SchraderRex Schrader
975873e42e6MMerge pull request #6851 from raisedadead/fix/create-a-custom-headingFix text of the challenge with better wording
Mrugesh MohapatraMrugesh Mohapatra
f575222ac67Fix text of the challenge with better wordingThis commit changes the into text of the challenge with better wording, as discussed in the issue thread. Tested locally.
Rex SchraderRex Schrader
d218346ed13MMerge pull request #6843 from erictleung/fix/clarify-symmetric-differenceClarify symmetric difference definition + examples
Eric LeungEric Leung
2aebcab2739Clarify symmetric difference definition + examples- Make definition of symmetric difference more precise - Add in set examples in description to facilitate learning of the concept - Put "symmetric difference" in `<dfn>` tags
Rex SchraderRex Schrader
2d33525d43eMMerge pull request #6841 from erictleung/fix/clarify-diff-two-arrays-instructionClarify diff two arrays instructions
Eric LeungEric Leung
fe7e7c27be7Clarify diff two arrays instructions- Clarify you want items that are in one but not both arrays - Add "symmetric difference" terminology for those familiar with it
Rex SchraderRex Schrader
4c8f6c1f899MMerge pull request #6801 from alistermada/fix/map-button-on-active-mapMap and chat buttons close their respective asides when open
Rex SchraderRex Schrader
487e0e85fcdMMerge pull request #6798 from erictleung/fix/permutation-problem-explanationClarify characters are each unique in permutation
Alister N. MadaAlister N. Mada
0465923e64cMap and chat buttons toggle asides
Rex SchraderRex Schrader
3dcc67599a1MMerge pull request #6814 from hallaathrad/fix/navbar-issue-4digit-browniesfix for navbar overflowing at 4 digits brownies
HallaathradHallaathrad
85a78046d17fix for navbar overflowing at 4 digits brownies
Rex SchraderRex Schrader
f1e7ff88860MMerge pull request #6804 from hallaathrad/fix/react-navbar-shopAdd shop to the react navbar
HallaathradHallaathrad
a1963e7d68eAdd shop to the react navbarCloses #6802
Eric LeungEric Leung
abaeda0272eClarify characters are each unique in permutation
Quincy LarsonQuincy Larson
5571c668d28MMerge pull request #6796 from FreeCodeCamp/fix/production-timeoutIncrease time for DB connect in production
Berkeley MartinezBerkeley Martinez
60664abb1d9MMerge pull request #6795 from QuincyLarson/fix/add-euro-tshirt-linkadd link to euro tshirt campaign
Quincy LarsonQuincy Larson
8247cac222dMMerge pull request #6778 from alistermada/fix/challenge-text-alignmentChange slide challenge text-align to left
Berkeley MartinezBerkeley Martinez
877c69255beIncrease time for DB connect in production
Quincy LarsonQuincy Larson
25a762f52c8add link to euro tshirt campaign
Alister N. MadaAlister N. Mada
5b73279212fRemove slide challenge text-align center
Rex SchraderRex Schrader
1d624e4ed0eMMerge pull request #6785 from joshuahenson/fix/clarify-nest-one-arrayClarify "Nest one Array..." challenge to include multiple arrays
Logan TegmanLogan Tegman
aaa450414ccMMerge pull request #6788 from BKinahan/fix/spelling-of-inputFix spelling of 'inputed'
BKinahanBKinahan
01f5945e0faFix spelling of 'inputed'Changed spelling of 'inputed' for 'Add Placeholder Text to a Text Field' to 'input.' Closes #6787
Joshua HensonJoshua Henson
4def4278ef7Clarify "Nest one Array..." challenge to include multiple arrays
Quincy LarsonQuincy Larson
43377e1d38bMMerge pull request #6738 from hallaathrad/change/challenge-cockpit-overhaulMinor aesthetic changes
Quincy LarsonQuincy Larson
6f6ce2d2b11MMerge pull request #6771 from FreeCodeCamp/new/video-challengesNew/video challenges
Rex SchraderRex Schrader
1646e4aa015MMerge pull request #6750 from erictleung/fix/move-challenge-titles-in-json-filesMove challenge title attribute/value pair + update
Rex SchraderRex Schrader
41e1f43a485MMerge pull request #6772 from QuincyLarson/feature/shopCreate shop with link to tshirt
Eric LeungEric Leung
6ae937951c9Move challenge title attribute/value pair + update- Move title attribute/value pair for each challenge in Basic Algorithm Scripting to between the id and description attributes for consistency among the other challenge JSON files - Add space in the editor for Caesar's Cipher for alignment with the `return` statement - Add code tags around `arr[i]` in Return Largest Numbers in Arrays challenge - Add code tags around `n` in Repeat a string...
Briana SwiftBriana Swift
1e7eae5281eAdd new Video Content
Quincy LarsonQuincy Larson
a55488e5eb1create shop with link to tshirt
HallaathradHallaathrad
a903db76e31Minor aesthetic changes
Rex SchraderRex Schrader
bf2c944b87dMMerge pull request #6729 from alistermada/fix/test-for-loop-challenge-too-strictFix test for Iterate Through an Array with a For Loop
Rex SchraderRex Schrader
322c26ea9cdMMerge pull request #6749 from justinian336/Update/ES-translation-basic-bonfiresAdd translation for new challenge
Rex SchraderRex Schrader
f2896a9ad61MMerge pull request #6748 from erictleung/fix/add-more-slasher-flick-testsAdd more tests to Slasher Flick and fix formatting
SaintPeterSaintPeter
73ee65f2ec9New Video Challenge FilesConsolidate contents of `programming.json` into `computer-basics.json`
Quincy LarsonQuincy Larson
15647e578d9MMerge pull request #6754 from raisedadead/fix/data-visualization-certificationFix path for data visualization certification
Mrugesh MohapatraMrugesh Mohapatra
ef3a93f6e68Fix path for data visualization certification
Quincy LarsonQuincy Larson
19b26475e88MMerge pull request #6730 from pasosdeJesus/fix/ES-update-getting-startedVerify and updates translation to spanish of getting-started.
justinian336justinian336
e440ded7ac0Add translation for new challenge
Eric LeungEric Leung
241c5c23964Add more tests to Slasher Flick and fix formatting- Added two more tests that involve a mix of strings and numbers - Put `n` in code tags - Add missing period in second sentence
Alister N. MadaAlister N. Mada
ed66e1c0607Make Iterate Through Array for loop test less strict
Quincy LarsonQuincy Larson
95ef30a7fe4MMerge pull request #6704 from justinian336/Add/ES-translation-react-projectsAdd ES translation of react-projects.json
Quincy LarsonQuincy Larson
7d70f00c8b1MMerge pull request #6695 from AkiraLaine/add/video-challengesworked on video challenge superblock
Logan TegmanLogan Tegman
ff998c2b8baMMerge pull request #6702 from justinian336/Add/ES-translation-data-visualization-projectsES Translation of data-visualization-projects.json
Rex SchraderRex Schrader
bc98b1ef83fMMerge pull request #6743 from simondiep/update-contrib-docImprove contributor's guide documentation for new contributors
Simon DiepSimon Diep
9086cbd7f4cImprove contributor's guide documentation for new contributorscloses #6741
Rex SchraderRex Schrader
9aacf1021e5MMerge pull request #6681 from raisedadead/fix/range-error-maximum-call-stack-size-execeededFix Range Error : Maximum Call Stack Size Exceeded