Commit Graph

24 Commits

Author SHA1 Message Date
Gagan Bhullar
f91b8284bf fix(curriculum): step 54 math.pow too strict (#55793)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-08-13 09:53:44 +02:00
Krzysztof G.
e121fb6e28 fix(curriculum): tests passing with seed code in Statistic calculator (#55591) 2024-08-13 09:06:43 +02:00
Supravisor
3fac3d56d5 fix(curriculum): Statistics Calculator make anonymous callback function optional (#55466)
Co-authored-by: Lasse Jørgensen <28780271+lasjorg@users.noreply.github.com>
2024-07-11 16:41:16 -07:00
royjohnlee
88fefcf87b fix(curriculum): semantic/grammatical issue (#55106)
Co-authored-by: Roy John Lee <royjohnlee@Roys-MacBook-Pro.local>
2024-06-06 21:45:49 -07:00
Supravisor
0fb59f138c fix(curriculum): typo in statistics step 29 (#55054) 2024-06-02 22:40:13 -07:00
Steven Primeaux
2c8ada2ce9 fix(curriculum): unclear messages in step 54 of statistic calculator (#54441) 2024-04-18 17:07:08 +00:00
Jessica Wilkins
3c1353fbe0 refactor(curriculum): updating step 22 of stats calculator project (#54312)
Co-authored-by: Naomi <nhcarrigan@gmail.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2024-04-18 09:31:46 +02:00
Lawrence Li
a22e7495ad fix(curriculum): update statistics calculator: step 27 (#53196)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
Co-authored-by: Naomi <nhcarrigan@gmail.com>
2024-04-08 09:03:51 -07:00
Krzysztof G
fd2509e421 fix(curriculum): consistent function parenthesis checking (#53663) 2024-02-27 17:22:27 +01:00
Krzysztof G
341b3f9e08 fix(curriculum): consistent space checking around semicolon (#53722) 2024-02-25 01:56:46 +06:00
Krzysztof G
1f41d48cc8 fix(curriculum): consistent space checking around comma (#53658) 2024-02-12 07:50:16 -08:00
hminsky2002
f5c2ad2f0b fix(curriculum): fixed the spelling of the word "separate" (#53581) 2024-02-07 13:21:25 +05:00
Krzysztof G
c8311eb506 fix(curriculum): spaces inside parenthesis (#53480) 2024-02-02 11:26:21 +01:00
Krzysztof G
78fd39a038 fix(curriculum): no optional parenthesis for multi-parameter function (#53468) 2024-02-01 13:55:44 +01:00
Krzysztof G
78c4f0871a fix(curriculum): remove leftover console.log from hints (#53481) 2024-02-01 14:36:50 +05:00
Krzysztof G
1e32d4390a fix(curriculum): consistent space checking around square brackets (#53244) 2024-01-29 11:48:19 +01:00
Tobias Sirianni Melo
03b73909d1 fix(curriculum): code example on step 35 of statistics calculator now contains an array (#53364) 2024-01-26 08:43:40 +01:00
Krzysztof G
e958e0fb5a fix(curriculum): change any character to literal dot (#53246) 2024-01-18 19:29:33 -06:00
Joel Olawanle
ad57bfd365 Fix: add note to explain number is not checked (#53155)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Bruce Blaser <bbsmooth@gmail.com>
2024-01-17 10:30:54 +01:00
Krzysztof G
7fc7fb711e fix(curriculum): require space in variable declaration (#53084) 2024-01-17 12:09:25 +07:00
Krzysztof G
a09a3bd849 fix(curriculum): require space after return when needed (#53184) 2024-01-15 08:24:30 -08:00
Piyush
fb9cd90ee5 fix(curriculum): improve instructions for Stats calculator step 22 (#53108) 2024-01-11 13:10:02 +07:00
Krzysztof G
db751b9fe0 fix(curriculum): consistency of using 'argument' and 'parameter' (#52777)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2023-12-27 14:12:42 -08:00
Naomi Carrigan
ec9fb04fb7 feat: statistics calculator (#48181)
* feat: stats calculator to step 23

* feat: complete steps

* feat: starting the tests

* feat: finish tests

* chore: manual review suggestions

* chore: apply jessica's suggestions

Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>

* fix: broken mathjax

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

* chore: fix typo

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

* fix: update regex, clarify first step

* feat: forgot to add solution

* chore: apply sem's review suggestions

Co-authored-by: Sem Bauke <semboot699@gmail.com>

* chore: apply kolade's review suggestions

* chore: apply kris' suggestions

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

---------

Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2023-03-03 17:41:25 +09:00