Commit Graph

50 Commits

Author SHA1 Message Date
Farid Zouheir
9158fcdd84 fix(curriculum): Clarify callback requirement (#55489) 2024-07-11 16:39:37 -07:00
Duong The Pham
835b4dd0cf fix(curriculum): fix findIndex issue in JS Todo step 11 (#55120) 2024-06-11 12:01:02 +02:00
Duong The Pham
be11225f11 fix(curriculum): fix issue with test in JS Todo step 13 (#55121)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
2024-06-10 12:06:02 -07:00
Alan Luo
573c47ed93 fix (curriculum): remove code block for translation purpose (#55134) 2024-06-10 13:35:31 +02:00
Deep Dhanuka
9ac95765c8 fix(curriculum): fix tests for step 6 of the todo project (#54626)
Co-authored-by: Deep <deep.dhanuka1@myntra.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
2024-05-07 10:27:16 -07:00
Deep Dhanuka
9d6c5ebde1 fix(curriculum): correct form button text for todo app (#54594)
Co-authored-by: Deep <deep.dhanuka1@myntra.com>
Co-authored-by: Naomi <nhcarrigan@gmail.com>
2024-05-02 13:28:55 -07:00
zxc-w
5720fe7668 fix(curriculum): remove unnecessary quotes for descriptions in steps 25-28 of Todo App (#54559) 2024-05-02 13:34:15 +07:00
hnrykm
e1ffdbcaf8 fix(curriculum): description of Learn localStorage by Building a Todo App - Step 18 (#54510) 2024-04-24 09:44:43 -07:00
Supravisor
f7dbd84351 fix(curriculum): update test of TODO step 6 to allow for multiple function answers (#54371) 2024-04-18 08:15:05 +01:00
Somil Gumber
e8080f0f46 fix(curriculum): Update hint text for step 6 of todo app project (#54418) 2024-04-18 11:39:37 +07:00
Lalithkumarponnambalam
8aa7915b21 fix(curriculum): update step 65 description for TODO project (#54355) 2024-04-12 06:56:14 +00:00
Anna
523f4de26f feat(curriculum) - set all the tests for step 47 to use matches (#54135) 2024-04-09 08:02:30 +02:00
Jessica Wilkins
f1ced78795 refactor(curriculum): breaking down steps 12 and 13 of TODO app for simplicity (#54292) 2024-04-05 11:25:29 -07:00
Arnav
dbac720ba7 fix(curriculum): Learn localStorage by Building a Todo App Step 12 - Ambiguous Description of Template String (#54141) 2024-03-19 20:31:00 +07:00
James
2003cf7217 chore(curriculum): add quotes to strings in todo app (#54008)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-03-08 10:08:12 +07:00
Krzysztof G
fd2509e421 fix(curriculum): consistent function parenthesis checking (#53663) 2024-02-27 17:22:27 +01:00
a2937
dbde6844a0 fix(curriculum): allow for strict and regular inequality operator step 47 (#53606)
Co-authored-by: Joy Shaheb <khondokoralam@gmail.com>
2024-02-27 10:37:50 +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
ced4ba4a0c fix(curriculum): allow optional spacing for assignment operator (#53723) 2024-02-16 15:03:50 -06:00
Eric Iwan
20af61c6d1 fix(curriculum): typo "Yous" to "You" in hint text (#53737) 2024-02-15 12:09:42 +01:00
Krzysztof G
1f41d48cc8 fix(curriculum): consistent space checking around comma (#53658) 2024-02-12 07:50:16 -08:00
Imane
060adcc1be fix(curriculum): fix typo in step 30 of TODO project (#53615) 2024-02-09 06:24:00 +01:00
Krzysztof G
c8311eb506 fix(curriculum): spaces inside parenthesis (#53480) 2024-02-02 11:26:21 +01:00
Jr Cenina
89773cd9e4 edit test to allow for flexible attribute placement and accompanying … (#53397) 2024-01-30 15:31:27 +05:00
Sahil Chauhan
d7b078b926 fix(curriculum): update regex to handle multiple valid solutions (#53328) 2024-01-29 08:27:31 -08:00
Krzysztof G
1e32d4390a fix(curriculum): consistent space checking around square brackets (#53244) 2024-01-29 11:48:19 +01:00
mccarreon
0363ba56cb fix(curriculum) fix strict test in step 5 (#53353) 2024-01-25 11:28:58 +01:00
Anikait Prasar
ec4d58c05a fix(curriculum): few small changes in test 7 and 8 (#53316)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-01-24 16:23:31 +01:00
Vishakha Sawra
eaebde895d fix(curriculum): changed the description, hint and test of todo app step 6 (#53177)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-01-19 23:00:19 +06:00
Nicole Crayne
6c7ab615f4 fix(curriculum): Fix misleading instruction for conditional logic (#53271) 2024-01-19 02:16:41 +00:00
Krzysztof G
e958e0fb5a fix(curriculum): change any character to literal dot (#53246) 2024-01-18 19:29:33 -06:00
Mikhail Wahib
f1fbdc7994 fix(curriculum): step 11 description of TODO app project (#53228) 2024-01-17 12:33:41 -08:00
Krzysztof G
7fc7fb711e fix(curriculum): require space in variable declaration (#53084) 2024-01-17 12:09:25 +07:00
Huyen Nguyen
cddf4b5fc8 fix: use lowercase 'by' in title for consistency (#53208) 2024-01-16 08:12:12 -08:00
Shivam Gupta
a0dd636763 fix(curriculum) : changed hint text from 'key' to 'value' in step 49 (#53173) 2024-01-13 21:45:04 +01:00
Shivam Gupta
6b1462b428 fix(curriculum): correct form button text in Todo App (#53094)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-01-12 11:18:33 +00: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
Jessica Wilkins
4c8f8747e6 fix(curriculum): removing incorrect use of aria labels in TODO app (#53001) 2024-01-09 09:11:51 -08:00
Johnson Shan
1806895b05 fix(curriculum): update editable region and match solution (#52930)
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2024-01-08 15:13:08 -06: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
v-i-k-a-s
37f51bf191 fix(curriculum): fix formatting of forEach method in Todo app project (#52988) 2024-01-07 14:43:56 -08:00
v-i-k-a-s
083b03c283 fix(curriculum): updating description and hint text for Todo App project step 58 (#52928) 2024-01-04 09:08:59 +07:00
Lasse Jørgensen
b1f9fd558a fix(curriculum): do not require a space after function identifier (#52840) 2023-12-31 12:51:04 +07:00
Krzysztof G
4efbf43fb5 fix(curriculum): optional final comma (#52740) 2023-12-27 14:52:55 -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
Shaun Hamilton
cf93022495 fix(curriculum): remove all lookbehinds (#52704) 2023-12-22 15:36:41 +01:00
Jessica Wilkins
14f9dbf965 fix(curriculum): small errors in tests and spelling for JS TODO app project (#52438) 2023-11-28 14:56:52 +07:00
Jessica Wilkins
d177afa037 fix(curriculum): cleaning up grammar and adding missing explanations for todo app project (#52369)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2023-11-16 08:56:29 +01:00
Kolade Chris
d1732e8a99 feat(curriculum): add todo app (#51367)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2023-10-10 08:03:48 -07:00