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
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
a2937
88689b757f
fix(curriculum) - allow spaces before the parenthesises in function declarations in step 144 rpg project ( #52776 )
2023-12-27 14:07:06 -08:00
ANKIT VARSHNEY
948cfc47c5
fix(curriculum): expanded the list of falsy variables to include undefined ( #52761 )
...
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com >
2023-12-25 13:24:13 +00:00
Lasse Jørgensen
41a348e9cc
fix(curriculum): Add missing space ( #52754 )
2023-12-25 10:38:43 +07:00
Sagar Kashyap
423bf23c14
fix(curriculum): hint and directions in RGP game step 37 ( #52678 )
...
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com >
2023-12-23 13:41:09 +01:00
Jessica Wilkins
10f63d8e41
refactor: updating styles for RPG game ( #52528 )
2023-12-15 10:16:04 -08:00
Jessica Wilkins
0a74f48f8b
fix(curriculum): resolving typos and small bugs in JS RPG game ( #52129 )
...
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com >
Co-authored-by: Sem Bauke <semboot699@gmail.com >
2023-10-28 09:43:49 +02:00
Krzysztof G
174865974b
fix: text typos ( #51876 )
...
Co-authored-by: Viktor Szépe <viktor@szepe.net >
2023-10-09 19:36:27 +07:00
Oliver Eyton-Williams
6e22352970
fix(client): ensure __runTest is used ( #50849 )
2023-06-30 21:46:57 +02:00
Kolade Chris
9a3d0b7bfb
fix(curriculum): worked on early feedbacks for js role playing game ( #49169 )
...
* fix:implemented some of the recommendations of the earlier feedbacks on the JS RPG course
* fix: improved some description texts of the JS RPG course (Made Naomi's requested changes)
2023-02-23 10:52:50 -08:00
Andriy
120a0a19ee
fix(curriculum): fixed typo in challenge description ( #49040 )
...
fix(curriculum):build an rpg- step 39-fixed typo
Co-authored-by: Andriy Kozlovsky <andriy.kozlovsky005@gmail.com >
2023-01-16 11:22:01 +01:00
Mark Linn
593ca57c1e
fix(curriculum): add backticks in role playing game project ( #48886 )
...
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48870
2023-01-11 20:17:43 +05:30
Sriparno Roy
c72758a4f8
fix(curriculum): Add Missing Backticks ( #48919 )
...
* Add missing backticks
* Add missing backticks
2023-01-04 21:05:20 +01:00
Ansh Phirani
3ee977c739
fix(curriculum): add missing backslashes in hint text for JavaScript RPG project ( #48896 )
...
added missing needed backslashes
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com >
Co-authored-by: Sem Bauke <semboot699@gmail.com >
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2023-01-03 14:32:33 +01:00
Sriparno Roy
ef1c90ecd7
fix(curriculum): clarify element in role-playing-game ( #48829 )
...
Clarify property in build an RPG
2022-12-31 11:40:08 +02:00
Billy Arante
b34cd69ce1
fix(curriculum): Grammar in step 48 of build an rpg ( #48860 )
...
fix(62a7c071219da921758a35bb.md): grammar in step 48 of new js course (build an rpg)
2022-12-28 08:08:40 +02:00
Mark Edward Gonzales
5b229e4f52
fix(curriculum): fix typos in step 66 of new JS RBG project ( #48831 )
...
Fix typos in step 66 of new JS RBG project #48825
2022-12-23 16:16:20 -06:00
Rahul Nag
b4f08d7b96
fix(curriculum): typo in make an RPG game ( #48816 )
...
Co-authored-by: Rahul <ranag@expediagroup.com >
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48809
2022-12-22 10:58:56 +05:30
Sriparno Roy
264afea278
fix(curriculum): sentence construction in build an RPG project ( #48783 )
...
* docs: fix sentence construction
* docs: fix sentence construction in build an RPG project
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com >
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com >
2022-12-20 09:07:33 -08:00
Walid Mouaaouia
f91b71a74c
fix: first sentence in step 32 JS course. ( #48789 )
...
* fix: first sentence in step 32 JS course.
* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62fc20387ef88d1d1998aac5.md
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org >
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org >
2022-12-20 15:35:45 +00:00
Endless8
6ef2d9b63a
docs: adding code tags on id word ( #48763 )
2022-12-15 12:25:44 +04:00
Sriparno Roy
374b69ab23
Fix: Change "monsterStats" element to "#monsterStats" ( #48742 )
...
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48741
2022-12-15 09:52:30 +05:30
Yash Pratapwar
f61f28c443
fix (curriculum): Improved sentences in challenges-english. ( #48306 )
2022-10-31 17:54:24 -05:00
Arijit Ghosh
d350b14c12
fix(curriculum): improve a hint in the new JS RPG project ( #48286 )
...
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org >
2022-10-28 10:45:11 +00:00
Hatim Zahid
874651413a
fix(curriculum): Added description texts about spaces in step 154 #48160 ( #48196 )
...
* fix(curriculum): Added description texts about spaces in step 154 #48160
* fix(curriculum): Added description texts about spaces in step 154 #48160
Used the text as described in #48087 (comment).
* fix(curriculum): Added description texts about spaces in step 154 #48160
* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa226207f33d3ad4c6f546.md
Removed Space in front of Your, as to not confuse future contributors.
Co-authored-by: Ilenia <nethleen@gmail.com >
* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa226207f33d3ad4c6f546.md
Removed space warming text to make description less verbose.
Co-authored-by: Ilenia <nethleen@gmail.com >
Co-authored-by: Ilenia <nethleen@gmail.com >
2022-10-23 10:55:59 +02:00
Atir Nayab
242b334517
fix(curriculum): typos in challenge description ( #47759 )
...
* fix: typos in challenge description
* fix: remove quotation from code block
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/state-name-puzzle.md
Co-authored-by: Ilenia <nethleen@gmail.com >
* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa2999ec27ec516655eba6.md
Co-authored-by: Ilenia <nethleen@gmail.com >
Co-authored-by: Ilenia <nethleen@gmail.com >
2022-10-20 13:40:21 +01:00
Sai Harvin
3653ff4e18
fix(learn): update JS Algo and DS - New Cert ( #48030 )
2022-10-19 14:35:29 +05:30
Mayank Prakash
936e11e1b4
fix: typo in js rpg challenge ( #48122 )
2022-10-19 06:33:17 +02:00
Nemanja Lekic
eef52dcc42
fix(curriculum): change if to if to help translation ( #48100 )
...
fix(curriculum): change `if` to if
By removing the code tags the implication of the sentence stays the same but it will make translating it easier.
2022-10-17 08:44:36 -07:00
Rafael Fontenelle
0e42b79b69
fix(curriculum): typos in making RPG game project at new JS ( #47909 )
...
fix(curriculum,learn): Fix a few misspellings
2022-10-07 18:15:48 +00:00