Commit Graph

89 Commits

Author SHA1 Message Date
Bhumit Patel
6dc7885c8e fix(curriculum): Updated code example for RPG game explanation on variables (#53519) 2024-02-03 08:51:14 +01:00
Sushil Gupta
271c8bd318 fix(curriculum): RPG - Step 40 - 41: Passing with wrong code (#53169)
Co-authored-by: Lasse Jørgensen <28780271+lasjorg@users.noreply.github.com>
2024-02-02 11:39:32 +01:00
Krzysztof G
c8311eb506 fix(curriculum): spaces inside parenthesis (#53480) 2024-02-02 11:26:21 +01:00
a2937
8eb1c0d3f4 fix(curriculum): allow screen readers to properly see emote values for rpg step 138 and 148 (#52924) 2024-02-02 10:43:24 +01:00
Krzysztof G
78c4f0871a fix(curriculum): remove leftover console.log from hints (#53481) 2024-02-01 14:36:50 +05:00
Eshaan Ahuja
51dab9b64b fix(curriculum): missing backticks for numbers for step 166 and 167 RPG game (#53464) 2024-01-30 22:09:59 -08:00
Pedro Ramos
2897400793 fix(curriculum): Update directions for onclick in RPG game (#53450) 2024-01-30 07:27:25 -08:00
Alagu Muthiah
8469c8738b fix(curriculum): missing backticks for numbers in Math.random() explanation (#53439) 2024-01-30 06:30:46 +01:00
subro15
704863cd3e fix(curriculum): clarify syntax in directions for RPG game step 65 (#53431) 2024-01-29 18:39:01 -08:00
Yixuan Dai
b515a87dcb fix(curriculum): Update code example for style.display explanation in RPG game (#53440) 2024-01-29 18:37:36 -08:00
a2937
37919574b0 fix(cirriculum): tell campers to use leading space in rpg step 120 (#53283) 2024-01-29 08:32:20 -08:00
Krzysztof G
1e32d4390a fix(curriculum): consistent space checking around square brackets (#53244) 2024-01-29 11:48:19 +01:00
Nitish sharma
dc56ffa004 fix(curriculum): Incorrect capitalization for logical OR operator in RPG game (#53321) 2024-01-23 08:14:24 +00:00
Tobias Sirianni Melo
7316e800ba fix(curriculum): adds code examples for shift method for RPG Game (#53325) 2024-01-23 00:07:55 +00:00
Jessica Wilkins
53b40e3446 fix(curriculum): add note about prerequisites for JS cert (#53306) 2024-01-22 15:49:21 +01:00
Huyen Nguyen
9ed708d769 fix(curriculum): allow changing order of multiplication factors in RPG - Step 128 (#53279) 2024-01-21 09:28:59 -08:00
Krzysztof G
e958e0fb5a fix(curriculum): change any character to literal dot (#53246) 2024-01-18 19:29:33 -06:00
Ilenia
473babe180 fix: update test to match let xp (#53273) 2024-01-18 16:23:49 -08:00
Vedang Sardessai
e9b04b645f fix(curriculum): expand description (#53260) 2024-01-18 18:32:42 +07:00
Joz-Bruer Quince
31c3630737 fix(curriculum): add missing backsticks for numbers (#53243) 2024-01-17 18:00:45 -08:00
Ilenia
4623b1efe3 fix(curriculum): reorder steps in JS RPG (#53111)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2024-01-17 20:21:31 +00:00
Krzysztof G
7fc7fb711e fix(curriculum): require space in variable declaration (#53084) 2024-01-17 12:09:25 +07:00
Jessica Wilkins
188b3c9717 fix(curriculum): remove all instances of teaching var in RPG game (#53166)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-01-16 08:28:02 -08: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
Duong The Pham
26a9735d07 fix(curriculum): remove anti-pattern ternary use in rpg game (#53070)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-01-11 07:58:09 -08:00
Soham Tembhurne
f16afcf00c fix(curriculum): enhance tests in step 156 of Learn JS by building RPG (#52977)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-01-10 14:20:39 +01:00
Krzysztof G
6f8419c8a3 fix(curriculum): accept both quotes and double quotes (#53090) 2024-01-10 14:09:17 +01:00
a2937
630e5e8b90 fix(curriculum): improve regex in rpg project step 123 (#53052)
Co-authored-by: Mama Naomi <nhcarrigan@gmail.com>
2024-01-09 19:27:49 -08:00
Lasse Jørgensen
c58ace2a80 fix(curriculum): clarify instructions, change variable notation (#53079) 2024-01-09 23:25:35 +00:00
Krzysztof G
5973899673 fix(curriculum): require at least one space in "else if" (#53016) 2024-01-08 09:09:18 +00:00
Zakeriya Mohamed
e1c66ff1f7 fix(curriculum): add backticks to numbers in lesson description (#53026) 2024-01-08 08:04:41 +00:00
weilirs
2a5a834256 fix(curriculum): Tests force using {} around statements in if-else (#53012) 2024-01-08 07:25:58 +00:00
Shaun Hamilton
99266b388a fix(curriculum): re-order role-playing-game to define before use (#52885)
Co-authored-by: sidemt <25644062+sidemt@users.noreply.github.com>
2024-01-07 21:53:02 -08:00
Axel Soubielle Almada
c0ac7ff3c8 fix(curriculum): RPG Step 11 - Update description and first hint to give more context (#52992) 2024-01-06 14:51:12 +07:00
Kumar Shashank
f01e39bbbd fix(curriculum): updating RPG game step 172 to use the includes method instead of indexOf (#52942) 2024-01-04 23:35:51 +00:00
Edwin Hung
0195a4aa4a fix(curriculum): update tests for HTML formatting (#52846) 2024-01-04 09:17:57 +01:00
Huyen Nguyen
eb9d26e061 fix(curriculum): use two-space tab in HTML and JS code of RPG project (#52769)
Co-authored-by: Krzysztof G <60067306+gikf@users.noreply.github.com>
2024-01-03 10:43:56 +01:00
Lasse Jørgensen
883d09fddd fix(curriculum): correct if...else to be statements (#52899) 2024-01-02 19:38:38 -08:00
Usama Basharat
9b152c3b80 fix(curriculum): Completed the step 6 in instructions for building a role playing game (#52866)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-01-02 08:20:39 -08:00
Duong The Pham
51260e81a3 fix(curriculum): change to const numbers from RPG step 162 (#52857) 2024-01-01 19:00:57 +01:00
Jack Sighton
7c04f6e010 fix(curriculum): clarify instructions for rpg step 77 (#52847)
Co-authored-by: Jack <jack@Linux.myguest.virtualbox.org>
2024-01-01 06:24:18 +01:00
luqmanalzobe
a4ca7db8c4 fix(curriculum): potentially confusing use of brackets in challenges text (#52844) 2024-01-01 06:21:03 +01:00
Duong The Pham
99f8567aa5 fix(curriculum): fix learn JS by RPG step 129 wrong hint (#52851) 2023-12-31 12:56:01 -08:00
Yatrik Patel
52b419bc8a fix(curriculum): clarifies instructions for rpg step 58 (#52852) 2023-12-31 19:58:16 +01:00
PIYUSH RAJ
5321a56a92 fix(curriculum): add missing tests for step 136 of JS RPG game (#52793)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2023-12-30 22:13:04 +07:00
Sagar Kashyap
72188ba85b fix(curriculum): updating test of closing tag for step 1 of RPG game (#52763)
Co-authored-by: Sagar Kashyap <xyzsmsnkashyap9892044279@gmail.com>
2023-12-29 16:55:45 -08:00
Juan Carrillo
60fe00c58e fix(curriculum): RPG Step 118 instructions are not clear enough (#52812) 2023-12-29 16:52:39 -08:00
Shekhar Sahu
fa2a0681b4 fix(curriculum): added the missing backticks (#52804) 2023-12-29 12:18:54 +07:00
Lasse Jørgensen
ca6ac5f6d7 fix(curriculum): allow proper HTML formatting (#52766) 2023-12-27 14:35:14 -08:00