Commit Graph

49 Commits

Author SHA1 Message Date
Jessica Wilkins
608591e743 refactor(curriculum): update calorie counter project steps 1 - 37 (#54231) 2024-04-08 17:11:18 +02:00
Krzysztof G
341b3f9e08 fix(curriculum): consistent space checking around semicolon (#53722) 2024-02-25 01:56:46 +06:00
Ilenia
9859eb53f1 chore: Add missing quotes to Calorie Counter project (#53762) 2024-02-16 21:07:26 +07:00
danicius
4bdda62e8c fix(curriculum): clarify instructions for calorie counter project step 31 by adding a code example (#53578) 2024-02-12 07:57:30 -08:00
Yixuan Dai
8e93c658cd fix(curriculum): Update test to accept 'let' (#53653) 2024-02-12 13:42:25 +01:00
fridge
a566f21b7e fix(curriculum): hint text for step 14 of calorie counter project (#53549)
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
2024-02-07 15:24:17 +00:00
Duong The Pham
7bb4fdee37 fix(curriculum): Remove .clear class styles from calorie counter project (#53583) 2024-02-07 14:15:59 +00:00
a2937
86977b29ab fix(curriculum): allow spacing before and after in step 44 calorie counter (#53573) 2024-02-07 14:37:50 +05:00
Zishan Panchal
2024104e08 fix(curriculum): Update description for step 22 of calorie counter project (#53554) 2024-02-06 18:35:40 +05:00
Ilenia
2ef52140b0 fix(curriculum): step 78 calorie counter, specify where the template literal has to go (#53548) 2024-02-05 19:42:59 +00:00
ArmestoSantiago
e4513ad293 fix(curriculum): Step 62 adding null explanation to description (#53533) 2024-02-05 06:28:47 +01:00
Nitish sharma
ddfab608c0 fix(curriculum): Update hint text for step 61 of calorie counter project (#53509)
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2024-02-04 12:55:13 +06:00
Pravin Mishra
b5de8280e1 fix(curriculum): Updated description for step 5 of calorie counter project (#53413)
Co-authored-by: Joy Shaheb <khondokoralam@gmail.com>
2024-02-03 08:00:19 -08:00
Alagu Muthiah
72c4368011 fix(curriculum):Added a code example for Array.from in step 89 calori… (#53490)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
2024-02-03 07:27:26 -08:00
Krzysztof G
c8311eb506 fix(curriculum): spaces inside parenthesis (#53480) 2024-02-02 11:26:21 +01:00
Greg Stephens Jr
b3a2324822 fix(curriculum): update code example to show NaN (#53507) 2024-02-02 06:15:46 +01:00
SaifullahBijapur
1972f39b68 fix(curriculum): Added an example for Math.abs() (#53498)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-02-01 19:01:09 +01:00
Jessica Wilkins
33321b67ae refactor(curriculum): replacing for loop with for...of loop for calorie counter project (#53454)
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
2024-02-01 04:57:38 -08:00
Nate Ben
105fdd09b4 fix(curriculum): update example of toLowerCase method (#53495) 2024-02-01 04:39:10 -08:00
Alagu Muthiah
b0bdd6d254 fix(curriculum): code example for remove method (#53491) 2024-02-01 04:37:52 -08:00
Shaun_Sheep
1863c70541 fix(curriculum):add code example for str.match() in step 35 of calorie counter project (#53461) 2024-01-30 22:11:28 -08:00
Alagu Muthiah
7e1a233a0c fix(curriculum): Updated the description of calorie counter- step 50 (#53462)
Co-authored-by: Joy Shaheb <khondokoralam@gmail.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-01-30 22:10:56 -08:00
Korada Shanmukh Sai
933bbe7758 fix(curriculum): Updated javascript curriculum step 17 descripiton (#53460) 2024-01-30 20:47:55 +01:00
Krzysztof G
1e32d4390a fix(curriculum): consistent space checking around square brackets (#53244) 2024-01-29 11:48:19 +01:00
Jessica Wilkins
6239bbe18a fix(a11y): remove outline none from calorie counter button styles (#53305) 2024-01-24 16:25:35 +01:00
Jessica Wilkins
8b034ff703 fix(curriculum): description and tests for step 44 calorie counter (#53329) 2024-01-23 10:10:17 +01:00
RGHANILOO
f0c0177f10 fix(curriculum): updated description, tests and styles for calorie counter (#53265) 2024-01-22 09:24:27 -08:00
Krzysztof G
e958e0fb5a fix(curriculum): change any character to literal dot (#53246) 2024-01-18 19:29:33 -06:00
Lasse Jørgensen
2cc2b99b43 fix(curriculum): allow new line inside span element (#53247) 2024-01-18 12:03:19 +07:00
Krzysztof G
7fc7fb711e fix(curriculum): require space in variable declaration (#53084) 2024-01-17 12:09:25 +07:00
Yatrik Patel
57149fecdb fix(curriculum): updating directions and code example for step 49 calorie counter (#53199)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-01-16 14:50:06 +07:00
Krzysztof G
a09a3bd849 fix(curriculum): require space after return when needed (#53184) 2024-01-15 08:24:30 -08:00
Krzysztof G
464e5e47ee fix(curriculum): require space after keyword (#53185) 2024-01-15 08:22:41 -08:00
Pratyansh Agrawal
f22d512ac7 fix(curriculum): calorie counter step 94 ensure function is passed (#53112)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-01-12 15:59:31 +07:00
Axel Soubielle Almada
67b3e51401 Fix(curriculum): Add test case for required attribute (#53098) 2024-01-10 15:16:48 +00:00
jayanth920
7f567697f7 fix(curriculum): ensure function is passed as argument (#53095) 2024-01-10 13:27:00 +00:00
Emma
39b974fb96 fix(curriculum): Remove unused id of calculate-calories (#53083) 2024-01-10 11:02:24 +07:00
weilirs
2a5a834256 fix(curriculum): Tests force using {} around statements in if-else (#53012) 2024-01-08 07:25:58 +00:00
Krzysztof G
d3525ce975 fix(curriculum): allow optional spaces (#53002) 2024-01-07 11:42:27 +07:00
Huyen Nguyen
23f962ea7f fix(curriculum): allow line breaks in option content in Calorie Counter step 10 (#52807) 2024-01-02 13:51:51 -06:00
Mohammed Mishal P
07f6ea253e fix(curriculum): add check for closing tag in calorie counter step 9 (#52748) 2024-01-02 16:06:39 +01:00
Electric Molasses
f772a9eccf fix(curriculum): test for step 12, div must be empty (#52702)
Co-authored-by: Robert B <robert@wewearmanyhats.com>
2023-12-27 15:00:45 -08: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
Krzysztof G
c429c8093c fix(curriculum): allow semicolon at the end of line (#52690) 2023-12-21 15:26:37 -08:00
Jessica Wilkins
6221d0d8c6 fix(curriculum): adding missing explanations for new concepts in calorie counter project (#52312)
Co-authored-by: Bruce Blaser <bbsmooth@gmail.com>
2023-11-15 13:17:13 -08:00
Kolade Chris
a90ab12672 fix: update calorie counter project styling (#51080)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
2023-09-08 14:30:32 +02:00
Naomi Carrigan
1d1174d4dd feat: rewrite calorie counter project (#48927)
Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: scissorsneedfoodtoo <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-03-27 17:36:35 +09:00
Naomi Carrigan
435fa6e8b3 fix(curriculum): editable region boundaries to the JS projects. (#46167) 2022-05-27 14:17:27 +05:30
Naomi Carrigan
fe71a9cf25 feat: new js cert (#45873)
* chore: move files

* wip: i have no idea what i am doing

* feat: finish up the logic

* chore: use order from randy sheet

* chore: standardise titles

* feat: fix layout for new js projects

* fix: utils test

* fix: challenge tests

* fix: ignore show new curriculum on non-english tests

* chore: help category????

* fix: if these tests would fail locally that'd be great

* chore: duplicate ids
2022-05-16 11:53:45 +02:00