From 4c8f8747e682fbdf755ca2fd9db7c62010a45a21 Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:11:51 -0800 Subject: [PATCH] fix(curriculum): removing incorrect use of aria labels in TODO app (#53001) --- .../64e4e4c4ec263b62ae7bf54d.md | 6 +++--- .../64e4e6c86954de67a3e44ee3.md | 6 +++--- .../64e4e6fe78b5aa67ef2fc3e7.md | 6 +++--- .../64e4e7241f52bb682eeb8211.md | 6 +++--- .../64e4e74d0fb4f0687bf4145d.md | 6 +++--- .../64e4e78a7ea4a168de4e6a38.md | 6 +++--- .../64e4e7bbedb22d6939001ad3.md | 6 +++--- .../64e4eaaa9070a66aecbfe603.md | 6 +++--- .../64e4ebc7eabc5a6babd479cd.md | 6 +++--- .../64e4ecd7735a566c9266a338.md | 6 +++--- .../64e4eec13546c06d61a63d59.md | 6 +++--- .../64e4f01d6c72086e016a8626.md | 6 +++--- .../64ec89ee549ecf802de2b3e2.md | 6 +++--- .../64ec8f717b261e824d82d6a5.md | 6 +++--- .../64ec9145e424d8835a4e0f28.md | 6 +++--- .../64ec9282cd547785258cecf2.md | 6 +++--- .../64ec9343769e8f85c1e17e05.md | 6 +++--- .../64ec94f0de20c086e09b0fc3.md | 6 +++--- .../64ec959a76336c8767f5cd4d.md | 6 +++--- .../64ec96761156a187ed32b274.md | 6 +++--- .../64ec9b10356c2d8aa05d9ce1.md | 6 +++--- .../64ec9c55fdeef78bacd2fc3b.md | 6 +++--- .../64fac365aeb8ad70b69b366f.md | 6 +++--- .../64fac4d1773e7a719b1254de.md | 6 +++--- .../64fac6a497811572b338e5e5.md | 6 +++--- .../64faca774fd9fd74bc084cc9.md | 6 +++--- .../64facf6180824876f70a2e86.md | 6 +++--- .../64fad07f43a101779cb8692a.md | 6 +++--- .../64fad9cd2eeb1e7ca2ca8c8b.md | 6 +++--- .../64fadae4f2d51b7d5d8b98d8.md | 6 +++--- .../64fadff23375f27ff06c6d40.md | 6 +++--- .../64fae068bcdc9c805bd8399e.md | 6 +++--- .../64faedcd16a1e985c4c2dc94.md | 6 +++--- .../64faf0418e828c0114a558a7.md | 6 +++--- .../64faf65b22ad8d07df9be14d.md | 6 +++--- .../64faf874364ec308f875f636.md | 6 +++--- .../64fafac95328110a69bcb75f.md | 6 +++--- .../64fb0fa0968f2b113b2d90e9.md | 6 +++--- .../64fb1061ca838611ed6a7d6b.md | 6 +++--- .../64fb1321e189a6136d200f77.md | 6 +++--- .../64fb1436adef3e145b4c3501.md | 14 ++++---------- .../64fb14d890415c14f93069ce.md | 7 +++---- .../64fb154a7c48cd159924bb18.md | 7 +++---- .../64fb1c4dc0feb219149a7c7d.md | 7 +++---- .../64fb285637fa1e1c222033e3.md | 7 +++---- .../64fb29348a60361ccd45c1e2.md | 7 +++---- .../64fefebad99209211ec30537.md | 7 +++---- .../64ff0313700dad264d19dfe4.md | 7 +++---- .../64ff04cc33779427a6412449.md | 7 +++---- .../64ff068e0426eb288874ed79.md | 7 +++---- .../64ff23daf176a92de95f24dc.md | 7 +++---- .../64ff24b80431f62ec6b93f65.md | 7 +++---- .../65003986d17d1e1865b269c0.md | 7 +++---- .../650046832f92c01a35834bca.md | 7 +++---- .../650048b0764f9c1b798200e2.md | 7 +++---- .../65004ba581d03d1d5628b41c.md | 15 +++++++-------- .../650300a25b6f72964ab8aca6.md | 6 +++--- .../65099dbd8f137d58e5c0ff16.md | 6 +++--- 58 files changed, 179 insertions(+), 200 deletions(-) diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e4c4ec263b62ae7bf54d.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e4c4ec263b62ae7bf54d.md index 4b042aa87ba..0f410e11a7c 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e4c4ec263b62ae7bf54d.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e4c4ec263b62ae7bf54d.md @@ -89,7 +89,7 @@ assert.match(code, /const\s+openTaskFormBtn\s*=\s*document\.getElementById\(\s*( @@ -98,10 +98,10 @@ assert.match(code, /const\s+openTaskFormBtn\s*=\s*document\.getElementById\(\s*(

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e6c86954de67a3e44ee3.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e6c86954de67a3e44ee3.md index 32310409728..4cdad049697 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e6c86954de67a3e44ee3.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e6c86954de67a3e44ee3.md @@ -85,7 +85,7 @@ assert.match(code, /const\s+cancelBtn\s*=\s*document\.getElementById\(\s*('|"|`) @@ -94,10 +94,10 @@ assert.match(code, /const\s+cancelBtn\s*=\s*document\.getElementById\(\s*('|"|`)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e6fe78b5aa67ef2fc3e7.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e6fe78b5aa67ef2fc3e7.md index 17fc6b76517..00d94b48871 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e6fe78b5aa67ef2fc3e7.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e6fe78b5aa67ef2fc3e7.md @@ -85,7 +85,7 @@ assert.match(code, /const\s+titleInput\s*=\s*document\.getElementById\(\s*('|"|` @@ -94,10 +94,10 @@ assert.match(code, /const\s+titleInput\s*=\s*document\.getElementById\(\s*('|"|`

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e7241f52bb682eeb8211.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e7241f52bb682eeb8211.md index 6e543d36acc..fae65a69062 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e7241f52bb682eeb8211.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e7241f52bb682eeb8211.md @@ -73,7 +73,7 @@ assert.match(code, /const\s+descriptionInput\s*=\s*document\.getElementById\(\s* @@ -82,10 +82,10 @@ assert.match(code, /const\s+descriptionInput\s*=\s*document\.getElementById\(\s*

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e74d0fb4f0687bf4145d.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e74d0fb4f0687bf4145d.md index 6f0cd6e9fc4..699f82c37d4 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e74d0fb4f0687bf4145d.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e74d0fb4f0687bf4145d.md @@ -63,7 +63,7 @@ assert.match(code, /let\s+currentTask\s*=\s*\{\};?/) @@ -72,10 +72,10 @@ assert.match(code, /let\s+currentTask\s*=\s*\{\};?/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e78a7ea4a168de4e6a38.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e78a7ea4a168de4e6a38.md index f8076acb33b..96e50876eb2 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e78a7ea4a168de4e6a38.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e78a7ea4a168de4e6a38.md @@ -71,7 +71,7 @@ assert.match(code, /openTaskFormBtn\.addEventListener\(\s*('|"|`)click\1\s*,\s*\ @@ -80,10 +80,10 @@ assert.match(code, /openTaskFormBtn\.addEventListener\(\s*('|"|`)click\1\s*,\s*\

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e7bbedb22d6939001ad3.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e7bbedb22d6939001ad3.md index 4dc7a9de722..f98197bf4bb 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e7bbedb22d6939001ad3.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4e7bbedb22d6939001ad3.md @@ -69,7 +69,7 @@ assert.match(code, /closeTaskFormBtn\.addEventListener\(('|"|`)click\1,\s*\(.*\) @@ -78,10 +78,10 @@ assert.match(code, /closeTaskFormBtn\.addEventListener\(('|"|`)click\1,\s*\(.*\)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4eaaa9070a66aecbfe603.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4eaaa9070a66aecbfe603.md index 311984043a0..822ee7cb0fb 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4eaaa9070a66aecbfe603.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4eaaa9070a66aecbfe603.md @@ -71,7 +71,7 @@ assert.match(code, /cancelBtn\.addEventListener\(('|"|`)click\1\,\s*\(\)\s*\s*=> @@ -80,10 +80,10 @@ assert.match(code, /cancelBtn\.addEventListener\(('|"|`)click\1\,\s*\(\)\s*\s*=>

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4ebc7eabc5a6babd479cd.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4ebc7eabc5a6babd479cd.md index 101de33fd48..dd77b629f9f 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4ebc7eabc5a6babd479cd.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4ebc7eabc5a6babd479cd.md @@ -81,7 +81,7 @@ assert.match(code, /discardBtn\.addEventListener\(\s*('|"|`)click\1\s*,\s*\(\)\s @@ -90,10 +90,10 @@ assert.match(code, /discardBtn\.addEventListener\(\s*('|"|`)click\1\s*,\s*\(\)\s

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4ecd7735a566c9266a338.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4ecd7735a566c9266a338.md index f4002dc0937..1e438e79236 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4ecd7735a566c9266a338.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4ecd7735a566c9266a338.md @@ -75,7 +75,7 @@ assert.match(code, /taskForm\.addEventListener\(('|"|`)submit\1,\s*\(e\)\s*=>\s* @@ -84,10 +84,10 @@ assert.match(code, /taskForm\.addEventListener\(('|"|`)submit\1,\s*\(e\)\s*=>\s*

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4eec13546c06d61a63d59.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4eec13546c06d61a63d59.md index 148e52f3e93..3fba21815b8 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4eec13546c06d61a63d59.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4eec13546c06d61a63d59.md @@ -82,7 +82,7 @@ assert.match(code, /const dataArrIndex\s*=\s*taskData\.findIndex\(\(?item\)?\s*= @@ -91,10 +91,10 @@ assert.match(code, /const dataArrIndex\s*=\s*taskData\.findIndex\(\(?item\)?\s*=

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4f01d6c72086e016a8626.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4f01d6c72086e016a8626.md index 66a54275ce1..863ffc54063 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4f01d6c72086e016a8626.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64e4f01d6c72086e016a8626.md @@ -83,7 +83,7 @@ assert.match(code, /const\s+taskObj\s*=\s*\{\s*id:\s*`\$\{titleInput\.value\.toL @@ -92,10 +92,10 @@ assert.match(code, /const\s+taskObj\s*=\s*\{\s*id:\s*`\$\{titleInput\.value\.toL

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec89ee549ecf802de2b3e2.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec89ee549ecf802de2b3e2.md index 973945c1bbc..33e2155bfa7 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec89ee549ecf802de2b3e2.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec89ee549ecf802de2b3e2.md @@ -67,7 +67,7 @@ assert.match(code, /description:\s*descriptionInput\.value,?/) @@ -76,10 +76,10 @@ assert.match(code, /description:\s*descriptionInput\.value,?/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec8f717b261e824d82d6a5.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec8f717b261e824d82d6a5.md index d850a0db0e6..1b545c65275 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec8f717b261e824d82d6a5.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec8f717b261e824d82d6a5.md @@ -68,7 +68,7 @@ assert.match(code, /if\s*\(dataArrIndex\s*===\s*-1\)\s*\{\s*taskData\.unshift\(t @@ -77,10 +77,10 @@ assert.match(code, /if\s*\(dataArrIndex\s*===\s*-1\)\s*\{\s*taskData\.unshift\(t

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9145e424d8835a4e0f28.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9145e424d8835a4e0f28.md index 102ab7ebbd9..0b692b94dc3 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9145e424d8835a4e0f28.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9145e424d8835a4e0f28.md @@ -63,7 +63,7 @@ assert.match(code, /taskData\.forEach\(\s*\(\s*\{\s*(?:id\s*,\s*title\s*,\s*date @@ -72,10 +72,10 @@ assert.match(code, /taskData\.forEach\(\s*\(\s*\{\s*(?:id\s*,\s*title\s*,\s*date

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9282cd547785258cecf2.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9282cd547785258cecf2.md index a401e8c648a..71aad1e94ca 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9282cd547785258cecf2.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9282cd547785258cecf2.md @@ -67,7 +67,7 @@ assert.match(code, /taskData\.forEach\(\(\{.*\}\)\s*=>\s*\{?\s*(\s*\(?tasksConta @@ -76,10 +76,10 @@ assert.match(code, /taskData\.forEach\(\(\{.*\}\)\s*=>\s*\{?\s*(\s*\(?tasksConta

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9343769e8f85c1e17e05.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9343769e8f85c1e17e05.md index 2a29b47a800..d4f1c426f6e 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9343769e8f85c1e17e05.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9343769e8f85c1e17e05.md @@ -61,7 +61,7 @@ assert.match(code, / @@ -70,10 +70,10 @@ assert.match(code, /

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec94f0de20c086e09b0fc3.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec94f0de20c086e09b0fc3.md index 211a3a2bd36..e14b854a068 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec94f0de20c086e09b0fc3.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec94f0de20c086e09b0fc3.md @@ -74,7 +74,7 @@ assert.match(code, /

Title:\s*<\/strong>\s*/)

@@ -83,10 +83,10 @@ assert.match(code, /

Title:\s*<\/strong>\s*/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec959a76336c8767f5cd4d.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec959a76336c8767f5cd4d.md index ddb4637495b..15c033adede 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec959a76336c8767f5cd4d.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec959a76336c8767f5cd4d.md @@ -61,7 +61,7 @@ assert.match(code, /

Date:\s*<\/strong>\s*/)

@@ -70,10 +70,10 @@ assert.match(code, /

Date:\s*<\/strong>\s*/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec96761156a187ed32b274.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec96761156a187ed32b274.md index 8de4b804189..e0dd851f46d 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec96761156a187ed32b274.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec96761156a187ed32b274.md @@ -63,7 +63,7 @@ assert.match(code, /Delete<\/but @@ -72,10 +72,10 @@ assert.match(code, /Delete<\/but

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9b10356c2d8aa05d9ce1.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9b10356c2d8aa05d9ce1.md index cb41f4833d6..9aadb02e5fd 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9b10356c2d8aa05d9ce1.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9b10356c2d8aa05d9ce1.md @@ -56,7 +56,7 @@ assert.match(splitter[0], /taskForm\.classList\.toggle\(('|")hidden\1\)/) @@ -65,10 +65,10 @@ assert.match(splitter[0], /taskForm\.classList\.toggle\(('|")hidden\1\)/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9c55fdeef78bacd2fc3b.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9c55fdeef78bacd2fc3b.md index 6a382361342..dbb27640076 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9c55fdeef78bacd2fc3b.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ec9c55fdeef78bacd2fc3b.md @@ -65,7 +65,7 @@ assert.match(reset.toString(), /\(\)\s*\{\s*\}/); @@ -74,10 +74,10 @@ assert.match(reset.toString(), /\(\)\s*\{\s*\}/);

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac365aeb8ad70b69b366f.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac365aeb8ad70b69b366f.md index 0b5a33036ce..7ba03d1bbbd 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac365aeb8ad70b69b366f.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac365aeb8ad70b69b366f.md @@ -81,7 +81,7 @@ assert.match(reset.toString(), /currentTask\s*=\s*\{\};?/) @@ -90,10 +90,10 @@ assert.match(reset.toString(), /currentTask\s*=\s*\{\};?/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac4d1773e7a719b1254de.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac4d1773e7a719b1254de.md index 962c383f8cc..e3894e59045 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac4d1773e7a719b1254de.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac4d1773e7a719b1254de.md @@ -62,7 +62,7 @@ assert.match(code, /reset\(\)/) @@ -71,10 +71,10 @@ assert.match(code, /reset\(\)/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac6a497811572b338e5e5.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac6a497811572b338e5e5.md index 65055d47ea0..99fe421f507 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac6a497811572b338e5e5.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fac6a497811572b338e5e5.md @@ -62,7 +62,7 @@ assert.match(code, /confirmCloseDialog\.close\(\);?\s*reset\(\);?/) @@ -71,10 +71,10 @@ assert.match(code, /confirmCloseDialog\.close\(\);?\s*reset\(\);?/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faca774fd9fd74bc084cc9.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faca774fd9fd74bc084cc9.md index 6f35797305f..91a687d5134 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faca774fd9fd74bc084cc9.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faca774fd9fd74bc084cc9.md @@ -57,7 +57,7 @@ assert.match(code, /const\s*formInputsContainValues\s*=\s*titleInput\.value\s*\| @@ -66,10 +66,10 @@ assert.match(code, /const\s*formInputsContainValues\s*=\s*titleInput\.value\s*\|

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64facf6180824876f70a2e86.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64facf6180824876f70a2e86.md index 67c62da6dd0..d9ca97f3665 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64facf6180824876f70a2e86.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64facf6180824876f70a2e86.md @@ -73,7 +73,7 @@ assert.match(code, /if\s*\(formInputsContainValues\)\s*\{\s*confirmCloseDialog\. @@ -82,10 +82,10 @@ assert.match(code, /if\s*\(formInputsContainValues\)\s*\{\s*confirmCloseDialog\.

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fad07f43a101779cb8692a.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fad07f43a101779cb8692a.md index f5eaf5f67fd..7d4dfc5b94b 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fad07f43a101779cb8692a.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fad07f43a101779cb8692a.md @@ -76,7 +76,7 @@ assert.match(code, /const\s+addOrUpdateTask\s*=\s*\(\)\s*=>\s*\{\s*const\s+dataA @@ -85,10 +85,10 @@ assert.match(code, /const\s+addOrUpdateTask\s*=\s*\(\)\s*=>\s*\{\s*const\s+dataA

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fad9cd2eeb1e7ca2ca8c8b.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fad9cd2eeb1e7ca2ca8c8b.md index 4bfa1a22509..46c59cad10b 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fad9cd2eeb1e7ca2ca8c8b.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fad9cd2eeb1e7ca2ca8c8b.md @@ -61,7 +61,7 @@ assert.match(code, /const\s+updateTaskContainer\s*=\s*\(\)\s*=>\s*\{\s*taskData\ @@ -70,10 +70,10 @@ assert.match(code, /const\s+updateTaskContainer\s*=\s*\(\)\s*=>\s*\{\s*taskData\

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fadae4f2d51b7d5d8b98d8.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fadae4f2d51b7d5d8b98d8.md index 3f58b519b31..c95ca91c682 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fadae4f2d51b7d5d8b98d8.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fadae4f2d51b7d5d8b98d8.md @@ -61,7 +61,7 @@ assert.match(code, /updateTaskContainer\(\);?\s*reset\(\);?\s*/) @@ -70,10 +70,10 @@ assert.match(code, /updateTaskContainer\(\);?\s*reset\(\);?\s*/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fadff23375f27ff06c6d40.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fadff23375f27ff06c6d40.md index d2238f65f13..961935743de 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fadff23375f27ff06c6d40.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fadff23375f27ff06c6d40.md @@ -55,7 +55,7 @@ assert.match(code, /addOrUpdateTask\(\)/) @@ -64,10 +64,10 @@ assert.match(code, /addOrUpdateTask\(\)/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fae068bcdc9c805bd8399e.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fae068bcdc9c805bd8399e.md index 453ceaaa9c4..b126065fd22 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fae068bcdc9c805bd8399e.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fae068bcdc9c805bd8399e.md @@ -63,7 +63,7 @@ assert.match(code, / @@ -72,10 +72,10 @@ assert.match(code, /

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faedcd16a1e985c4c2dc94.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faedcd16a1e985c4c2dc94.md index 992f68902ab..89d618b176e 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faedcd16a1e985c4c2dc94.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faedcd16a1e985c4c2dc94.md @@ -67,7 +67,7 @@ assert.match(deleteTask.toString(), /\(\s*buttonEl\s*\)\s*\{\s*\}/); @@ -76,10 +76,10 @@ assert.match(deleteTask.toString(), /\(\s*buttonEl\s*\)\s*\{\s*\}/);

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf0418e828c0114a558a7.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf0418e828c0114a558a7.md index dfdf31ce05d..c08b319779e 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf0418e828c0114a558a7.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf0418e828c0114a558a7.md @@ -58,7 +58,7 @@ assert.match(code, /tasksContainer\.innerHTML\s*=\s*("|')\1;?/) @@ -67,10 +67,10 @@ assert.match(code, /tasksContainer\.innerHTML\s*=\s*("|')\1;?/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf65b22ad8d07df9be14d.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf65b22ad8d07df9be14d.md index 736a03e90bd..1e5d0f4dd00 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf65b22ad8d07df9be14d.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf65b22ad8d07df9be14d.md @@ -76,7 +76,7 @@ assert.match(code, /const\s*deleteTask\s*=\s*\(buttonEl\)\s*=>\s*\{\s*const data @@ -85,10 +85,10 @@ assert.match(code, /const\s*deleteTask\s*=\s*\(buttonEl\)\s*=>\s*\{\s*const data

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf874364ec308f875f636.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf874364ec308f875f636.md index f1401c9b7ca..cfb2bc3ead3 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf874364ec308f875f636.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64faf874364ec308f875f636.md @@ -89,7 +89,7 @@ assert.match(deleteTask.toString(), /taskData\.splice\(dataArrIndex,\s*1\);?/) @@ -98,10 +98,10 @@ assert.match(deleteTask.toString(), /taskData\.splice\(dataArrIndex,\s*1\);?/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fafac95328110a69bcb75f.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fafac95328110a69bcb75f.md index b0afa3e1335..f168ec98efb 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fafac95328110a69bcb75f.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fafac95328110a69bcb75f.md @@ -67,7 +67,7 @@ assert.match(editTask.toString(), /\(\s*buttonEl\s*\)\s*\{\s*\}/); @@ -76,10 +76,10 @@ assert.match(editTask.toString(), /\(\s*buttonEl\s*\)\s*\{\s*\}/);

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb0fa0968f2b113b2d90e9.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb0fa0968f2b113b2d90e9.md index 224260c9c9f..50755613dc8 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb0fa0968f2b113b2d90e9.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb0fa0968f2b113b2d90e9.md @@ -75,7 +75,7 @@ assert.match(code, /const\s*editTask\s+=\s*\(buttonEl\)\s*=>\s*\{\s*const\s+data @@ -84,10 +84,10 @@ assert.match(code, /const\s*editTask\s+=\s*\(buttonEl\)\s*=>\s*\{\s*const\s+data

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1061ca838611ed6a7d6b.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1061ca838611ed6a7d6b.md index 680a51e2a30..71083d8b9ba 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1061ca838611ed6a7d6b.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1061ca838611ed6a7d6b.md @@ -55,7 +55,7 @@ assert.match(code, /currentTask\s*=\s*taskData\[dataArrIndex\];?/) @@ -64,10 +64,10 @@ assert.match(code, /currentTask\s*=\s*taskData\[dataArrIndex\];?/)

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1321e189a6136d200f77.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1321e189a6136d200f77.md index d7170957be2..3b1889932e4 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1321e189a6136d200f77.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1321e189a6136d200f77.md @@ -67,7 +67,7 @@ assert.match(editTask.toString(), /descriptionInput\.value\s*=\s*currentTask\.de @@ -76,10 +76,10 @@ assert.match(editTask.toString(), /descriptionInput\.value\s*=\s*currentTask\.de

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1436adef3e145b4c3501.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1436adef3e145b4c3501.md index 5606007bdb4..d07bb4b5b71 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1436adef3e145b4c3501.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1436adef3e145b4c3501.md @@ -7,7 +7,7 @@ dashedName: step-43 # --description-- -Set the `innerText` of the `addOrUpdateTaskBtn` button to `Update Task` and its `aria-label` to `Update Task` as well. +Set the `innerText` of the `addOrUpdateTaskBtn` button to `Update Task`. # --hints-- @@ -17,12 +17,6 @@ You should set the inner text of the `addOrUpdateTaskBtn` button to `Update Task assert.match(editTask.toString(), /addOrUpdateTaskBtn\.innerText\s*=\s*("|')Update Task\1;?/) ``` -You should set the `ariaLabel` of the `addOrUpdateTaskBtn` button to `Update Task` - -```js -assert.match(editTask.toString(), /addOrUpdateTaskBtn\.ariaLabel\s*=\s*("|')Update Task\1;?/) -``` - # --seed-- ## --seed-contents-- @@ -61,7 +55,7 @@ assert.match(editTask.toString(), /addOrUpdateTaskBtn\.ariaLabel\s*=\s*("|')Upda @@ -70,10 +64,10 @@ assert.match(editTask.toString(), /addOrUpdateTaskBtn\.ariaLabel\s*=\s*("|')Upda

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb14d890415c14f93069ce.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb14d890415c14f93069ce.md index df43ba1b126..143a3c6753c 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb14d890415c14f93069ce.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb14d890415c14f93069ce.md @@ -55,7 +55,7 @@ assert.match(editTask.toString(), /taskForm\.classList\.toggle\(('|")hidden\1\); @@ -64,10 +64,10 @@ assert.match(editTask.toString(), /taskForm\.classList\.toggle\(('|")hidden\1\);

Discard unsaved changes?

- -
@@ -343,7 +343,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb154a7c48cd159924bb18.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb154a7c48cd159924bb18.md index e953c095c8e..57f04e79c1a 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb154a7c48cd159924bb18.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb154a7c48cd159924bb18.md @@ -61,7 +61,7 @@ assert.match(code, /if\s*\(dataArrIndex\s*===\s*-1\)\s*\{\s*taskData\.unshift\(t @@ -70,10 +70,10 @@ assert.match(code, /if\s*\(dataArrIndex\s*===\s*-1\)\s*\{\s*taskData\.unshift\(t

Discard unsaved changes?

- -
@@ -351,7 +351,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1c4dc0feb219149a7c7d.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1c4dc0feb219149a7c7d.md index 1f319e091ce..5cdab069bd6 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1c4dc0feb219149a7c7d.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb1c4dc0feb219149a7c7d.md @@ -69,7 +69,7 @@ assert.match(code, /const\s*formInputValuesUpdated\s*=\s*titleInput\.value\s*!== @@ -78,10 +78,10 @@ assert.match(code, /const\s*formInputValuesUpdated\s*=\s*titleInput\.value\s*!==

Discard unsaved changes?

- -
@@ -358,7 +358,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb285637fa1e1c222033e3.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb285637fa1e1c222033e3.md index 0a6e2dee57e..6562ce51597 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb285637fa1e1c222033e3.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb285637fa1e1c222033e3.md @@ -57,7 +57,7 @@ assert.match(code.split("if (formInputsContainValues"), /\s*&&\s*formInputValues @@ -66,10 +66,10 @@ assert.match(code.split("if (formInputsContainValues"), /\s*&&\s*formInputValues

Discard unsaved changes?

- -
@@ -346,7 +346,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb29348a60361ccd45c1e2.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb29348a60361ccd45c1e2.md index cc092131af5..196f0b3e947 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb29348a60361ccd45c1e2.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fb29348a60361ccd45c1e2.md @@ -73,7 +73,7 @@ assert.match(code, /localStorage\.setItem\(("|')data\1,\s*myTaskArr\);?/) @@ -82,10 +82,10 @@ assert.match(code, /localStorage\.setItem\(("|')data\1,\s*myTaskArr\);?/)

Discard unsaved changes?

- -
@@ -362,7 +362,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fefebad99209211ec30537.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fefebad99209211ec30537.md index 1f4680538d7..d6587d6959e 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fefebad99209211ec30537.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64fefebad99209211ec30537.md @@ -63,7 +63,7 @@ assert.match(code, /localStorage\.setItem\(("|')data\1,\s*JSON\.stringify\(myTas @@ -72,10 +72,10 @@ assert.match(code, /localStorage\.setItem\(("|')data\1,\s*JSON\.stringify\(myTas

Discard unsaved changes?

- -
@@ -352,7 +352,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff0313700dad264d19dfe4.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff0313700dad264d19dfe4.md index b92004cad84..26189ef230d 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff0313700dad264d19dfe4.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff0313700dad264d19dfe4.md @@ -63,7 +63,7 @@ assert.match(code, /console\.log\(getTaskArr\);?/) @@ -72,10 +72,10 @@ assert.match(code, /console\.log\(getTaskArr\);?/)

Discard unsaved changes?

- -
@@ -352,7 +352,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff04cc33779427a6412449.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff04cc33779427a6412449.md index 45c75a78f58..dbe80426e6b 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff04cc33779427a6412449.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff04cc33779427a6412449.md @@ -65,7 +65,7 @@ assert.match(code, /console\.log\(getTaskArrObj\);?/) @@ -74,10 +74,10 @@ assert.match(code, /console\.log\(getTaskArrObj\);?/)

Discard unsaved changes?

- -
@@ -354,7 +354,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff068e0426eb288874ed79.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff068e0426eb288874ed79.md index edea4c80811..d07d6ddf355 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff068e0426eb288874ed79.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff068e0426eb288874ed79.md @@ -57,7 +57,7 @@ assert.match(code, /localStorage\.removeItem\(('|")data\1\);?/) @@ -66,10 +66,10 @@ assert.match(code, /localStorage\.removeItem\(('|")data\1\);?/)

Discard unsaved changes?

- -
@@ -346,7 +346,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff23daf176a92de95f24dc.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff23daf176a92de95f24dc.md index 42186dc8227..d6534b3869e 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff23daf176a92de95f24dc.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff23daf176a92de95f24dc.md @@ -63,7 +63,7 @@ assert.match(code, /localStorage\.clear\(\);?/) @@ -72,10 +72,10 @@ assert.match(code, /localStorage\.clear\(\);?/)

Discard unsaved changes?

- -
@@ -352,7 +352,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff24b80431f62ec6b93f65.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff24b80431f62ec6b93f65.md index 805800995db..ad4580cfe39 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff24b80431f62ec6b93f65.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/64ff24b80431f62ec6b93f65.md @@ -55,7 +55,7 @@ assert.notMatch(code, /const\s*myTaskArr\s*=\s*\[\s*\{\s*task:\s"Walk\s*the\s*Do @@ -64,10 +64,10 @@ assert.notMatch(code, /const\s*myTaskArr\s*=\s*\[\s*\{\s*task:\s"Walk\s*the\s*Do

Discard unsaved changes?

- -
@@ -344,7 +344,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65003986d17d1e1865b269c0.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65003986d17d1e1865b269c0.md index c62e3d320cb..bb4758a68b1 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65003986d17d1e1865b269c0.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65003986d17d1e1865b269c0.md @@ -71,7 +71,7 @@ assert.match(code, /localStorage\.setItem\(('|")data\1,\s*JSON\.stringify\(taskD @@ -80,10 +80,10 @@ assert.match(code, /localStorage\.setItem\(('|")data\1,\s*JSON\.stringify\(taskD

Discard unsaved changes?

- -
@@ -362,7 +362,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650046832f92c01a35834bca.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650046832f92c01a35834bca.md index 95d97af1497..4d73f9f220a 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650046832f92c01a35834bca.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650046832f92c01a35834bca.md @@ -72,7 +72,7 @@ assert.match(splitter[1], /localStorage\.setItem\(('|")data\1,\s*JSON\.stringify @@ -81,10 +81,10 @@ assert.match(splitter[1], /localStorage\.setItem\(('|")data\1,\s*JSON\.stringify

Discard unsaved changes?

- -
@@ -365,7 +365,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650048b0764f9c1b798200e2.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650048b0764f9c1b798200e2.md index 4c88e37416d..5b5ea709391 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650048b0764f9c1b798200e2.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650048b0764f9c1b798200e2.md @@ -57,7 +57,7 @@ assert.match(code, /const\s*taskData\s*=\s*JSON.parse\(localStorage\.getItem\((' @@ -66,10 +66,10 @@ assert.match(code, /const\s*taskData\s*=\s*JSON.parse\(localStorage\.getItem\(('

Discard unsaved changes?

- -
@@ -350,7 +350,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65004ba581d03d1d5628b41c.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65004ba581d03d1d5628b41c.md index 132b33e5fd5..b7f1635ee95 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65004ba581d03d1d5628b41c.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65004ba581d03d1d5628b41c.md @@ -67,7 +67,7 @@ assert.match(code, /if\s*\(taskData\.length\)\s*\{\s*updateTaskContainer\(\);?\s @@ -76,10 +76,10 @@ assert.match(code, /if\s*\(taskData\.length\)\s*\{\s*updateTaskContainer\(\);?\s

Discard unsaved changes?

- -
@@ -358,7 +358,6 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; taskForm.classList.toggle("hidden"); } @@ -440,7 +439,7 @@ taskForm.addEventListener("submit", (e) => { @@ -449,10 +448,10 @@ taskForm.addEventListener("submit", (e) => {

Discard unsaved changes?

- -
@@ -731,7 +730,7 @@ const editTask = (buttonEl) => { descriptionInput.value = currentTask.description; addOrUpdateTaskBtn.innerText = "Update Task"; - addOrUpdateTaskBtn.ariaLabel = "Update Task"; + taskForm.classList.toggle("hidden"); } diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650300a25b6f72964ab8aca6.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650300a25b6f72964ab8aca6.md index 550cb31d386..e439d18fdd2 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650300a25b6f72964ab8aca6.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/650300a25b6f72964ab8aca6.md @@ -61,7 +61,7 @@ assert.match(code, /const\s+taskObj\s*=\s*\{\s*id:\s*`\$\{titleInput\.value\.toL @@ -70,10 +70,10 @@ assert.match(code, /const\s+taskObj\s*=\s*\{\s*id:\s*`\$\{titleInput\.value\.toL

Discard unsaved changes?

- -
diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65099dbd8f137d58e5c0ff16.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65099dbd8f137d58e5c0ff16.md index e78c24cb365..b0a616c3248 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65099dbd8f137d58e5c0ff16.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/65099dbd8f137d58e5c0ff16.md @@ -61,7 +61,7 @@ assert.match(code, /

Description:\s*<\/strong>\s*/)

@@ -70,10 +70,10 @@ assert.match(code, /

Description:\s*<\/strong>\s*/)

Discard unsaved changes?

- -