freeCodeCamp/client/utils
Oliver Eyton-Williams c6eb40ceef
feat: remove protection from interview prep (#38136)
The interview prep section includes many challenges that require long
running calculations which can be mistaken for infinite loops. This
removes the loop protection from those challenges, while the tests are
being evaluated.

It keeps the protection for the preview, since it is easy to create
broken code while working on a challenge and that should not crash the
site.
2020-02-04 10:33:56 +05:30
..
gatsby feat: remove protection from interview prep (#38136) 2020-02-04 10:33:56 +05:30
blockNameify.js Merge pull request #34510 from akhileshh/master 2018-12-03 09:56:18 +00:00
buildChallenges.js refactor: combine slug utils into one module 2019-09-26 22:15:27 +05:30
challengeTypes.js fix: make help button use subforum topics (#37741) 2019-11-15 23:03:08 +05:30
formatting.js feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
index.js refactor: combine slug utils into one module 2019-09-26 22:15:27 +05:30
infoLog.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
readDir.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
regEx.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
stateManagement.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
titleify.js feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
validCertNames.js feat(certs): Convert certification views to gatsby 2018-09-04 19:40:07 +05:30