Commit Graph

34 Commits

Author SHA1 Message Date
Ali Muhsin
680b319cea fix(curriculum): add example for arrow functions in Platformer Game (#54982)
Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
Co-authored-by: Lasse Jørgensen <28780271+lasjorg@users.noreply.github.com>
2024-05-29 22:24:15 +02:00
Anna
f427701588 fix(curriculum): step 86 of the platform game now requests an truthy value (#54549) 2024-04-29 08:37:14 +02:00
Anna
9be7d24de3 fix(curriculum): not require braces step 79,80 platform game (#54548) 2024-04-29 08:33:34 +02:00
James
bf753fc85a chore(curriculum) add quotes to strings intermediate OOP (#54174) 2024-04-02 15:40:10 +02:00
Re1nGer
fe615be569 fix(curriculum): test for strict order in step 25 oop project (#54170) 2024-04-01 08:38:18 -07:00
Arnav
c1137b0900 fix(curriculum): update directions for step 66 of platformer game project (#54125)
Co-authored-by: Joy Shaheb <khondokoralam@gmail.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
2024-03-18 11:51:02 -07:00
Nitish sharma
967e813327 fix(curriculum): hint in step 46 of platformer game (#53970)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-03-05 06:57:36 +00:00
Krzysztof G
fd2509e421 fix(curriculum): consistent function parenthesis checking (#53663) 2024-02-27 17:22:27 +01:00
Krzysztof G
320b868800 fix(curriculum): optional spaces inside parenthesis (#53872) 2024-02-26 11:59:43 +06:00
Krzysztof G
341b3f9e08 fix(curriculum): consistent space checking around semicolon (#53722) 2024-02-25 01:56:46 +06:00
Jessica Wilkins
4d0cd9e444 refactor(curriculum): adding new changes for platformer game (#53396)
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2024-02-23 09:15:58 +00:00
Jessica Wilkins
ced4ba4a0c fix(curriculum): allow optional spacing for assignment operator (#53723) 2024-02-16 15:03:50 -06:00
Krzysztof G
1f41d48cc8 fix(curriculum): consistent space checking around comma (#53658) 2024-02-12 07:50:16 -08:00
developwithabhinav
f7629df53d fix(curriculum): improve description and instructions of Step 78 of Platformer game (#53577) 2024-02-07 06:50:56 +01:00
Krzysztof G
c8311eb506 fix(curriculum): spaces inside parenthesis (#53480) 2024-02-02 11:26:21 +01:00
Krzysztof G
1e32d4390a fix(curriculum): consistent space checking around square brackets (#53244) 2024-01-29 11:48:19 +01:00
Israel Lopez
53be075236 fix: included strict equality in test (#53349) 2024-01-27 12:44:44 -08:00
a2937
d55abbc984 fix(cirriculum): fix tests to allow for multiple correct solutions for step 97 OOP game (#53295)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-01-25 21:14:48 +01:00
Fatima
b66b38d2cf fix(curriculum): strict regex check step 58 platformer game (#53313) 2024-01-23 17:10:45 +00:00
Tom
e605a91e3a fix(challenge tests): enable fail on initial contents (#53058) 2024-01-23 11:09:37 +01:00
Jessica Wilkins
f14e2de8c4 fix(curriculum): incorrect terminology for OOP game in steps 84 - end (#53248) 2024-01-18 12:33:50 +01:00
a2937
8b89acaef0 fix(curriculum): reword oop steps 78 through 81 (#53245) 2024-01-18 12:07:31 +07:00
a2937
08a1f49e67 fix(curriculum): use alternate instructions for oop step 55 (#53216) 2024-01-18 02:48:57 +00:00
Krzysztof G
7fc7fb711e fix(curriculum): require space in variable declaration (#53084) 2024-01-17 12:09:25 +07:00
a2937
f9e9c9a6ab fix(curriculum): allow multiple solutions oop game 73 (#53117) 2024-01-11 16:32:38 -08:00
Krzysztof G
a6e8d8e4a3 fix(curriculum): arrow function checking consistency (#53067)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2024-01-11 23:32:26 +06:00
Hein Htet
1e545c1c8f fix(curriculum): optional parenthesis around parameter in Platformer Game - Step 72 (#53022)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: Joy Shaheb <khondokoralam@gmail.com>
2024-01-10 05:29:46 -08:00
Krzysztof G
14a33988c7 fix(curriculum): consistent quotes checking (#52995)
Co-authored-by: yoko <25644062+sidemt@users.noreply.github.com>
2024-01-09 01:58:38 +07:00
Krzysztof G
5973899673 fix(curriculum): require at least one space in "else if" (#53016) 2024-01-08 09:09:18 +00:00
Hein Htet
3cdee5859d fix(curriculum): optional parenthesis around parameter in Platformer Game - Step 96 (#53023) 2024-01-07 20:54:31 -08:00
Usama Basharat
f4572418bc fix(curriculum): too strict tests (#52913)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
2024-01-04 23:57:45 +00: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
Shaun Hamilton
cf93022495 fix(curriculum): remove all lookbehinds (#52704) 2023-12-22 15:36:41 +01:00
Jessica Wilkins
a96588f531 feat: adding the OOP platformer project to new JS curriculum (#50385)
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
2023-10-19 14:21:39 -07:00