Commit Graph

111 Commits

Author SHA1 Message Date
Jessica Wilkins
a534e4ff75 chore(curriculum): add steps to test buyWeapon function in RPG project (#54573)
Co-authored-by: Naomi <nhcarrigan@gmail.com>
2024-04-30 06:43:09 -07:00
Jessica Wilkins
eed5575313 refactor(curriculum): update RPG project to accommodate new intro pyramid project (#54435)
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2024-04-22 10:10:58 -07:00
Jenna (Ju Hee) Han
5b311f9df1 fix(curriculum): spacing issue for step 17 of rpg project (#54362)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-04-15 11:52:28 +07:00
Jessica Wilkins
0636441cb0 refactor(curriculum): flesh out object lessons in RPG game (#54258) 2024-04-05 07:25:21 -07:00
Angad Singh
94f9ce6b6a fix(curriculum): improved instructions for better understanding of function call (#54228) 2024-03-27 15:39:31 +01:00
Jun Xiang
9fe3efe55c fix(curriculum): Improving rpg 17 with example markup (#54096)
Co-authored-by: Supravisor <153783117+Supravisor@users.noreply.github.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
2024-03-14 12:15:22 -07:00
Supravisor
a4737ae55b fix(curriculum): add note to clarify instructions (#54006)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Lasse Jørgensen <28780271+lasjorg@users.noreply.github.com>
2024-03-07 23:46:01 +01:00
a2937
304a468ce1 fix: add missing return to example in rpg project step 146 (#53890) 2024-02-26 20:24:44 -08:00
Krzysztof G
341b3f9e08 fix(curriculum): consistent space checking around semicolon (#53722) 2024-02-25 01:56:46 +06:00
Gunjan-vyas
b52ab9352e fix(curriculum): updated description for step 51 of RPG project as expected. (#53781)
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
2024-02-19 21:08:31 +05:00
Giuseppe Soriano
3ef8a4bf02 fix(learn): Clarify RPG step 146 example (#53768) 2024-02-16 14:57:21 -06:00
Jose Bhrayn
696348953d fix(curriculum): update wording of the lesson (#53749) 2024-02-16 12:20:30 +07:00
DeanTheReider
e656d2ec0b fix(curriculum): resolve the duplicate function (#53648) 2024-02-12 06:52:59 -08:00
Tyler
fe017205f8 fix(curriculum): update wording for RPG project (#53635) 2024-02-10 06:28:55 +01:00
developwithabhinav
c72191d483 fix(curriculum): Updated description of step 119 of JavaScript Algorithms and Data Structures Role Playing Game (#53605) 2024-02-08 09:27:53 -08:00
Nikola Lukic
7c7524b303 fix(curriculum): updated step description (#53611) 2024-02-08 13:13:08 +00:00
Gabriel Goh
08769a144c fix(curriculum): update instructions for step 110 for rpg project (#53564) 2024-02-06 18:29:15 +05:00
Stanislav Suschevici
9dd858bf7c fix(curriculum): Update code example for RPG game step introducing innerText (#53482)
Co-authored-by: Joy Shaheb <khondokoralam@gmail.com>
2024-02-04 23:33:44 -08:00
Nate Ben
c21c47a5e1 fix(curriculum): update description of if statement (#53524) 2024-02-05 01:21:20 +06:00
ITS MAC
780cad469b fix(curriculum): update directions and hint text for step 117 of RPG game (#53518) 2024-02-04 07:40:07 -08:00
Srikanth Kandi
e48bf5d59d fix(curriculum): updated description for step 154 of RPG game (#53527) 2024-02-04 07:28:03 -08:00
Ilenia
7e5a14a4d9 chore(curriculum): add quotes around strings in Role Playing Game (#53523) 2024-02-04 18:49:16 +06:00
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