From 0092100676fa0d0e3f38ce363faeecef099cbe9e Mon Sep 17 00:00:00 2001 From: Kostas Minaidis Date: Tue, 21 Nov 2023 17:35:55 +0200 Subject: [PATCH 1/3] Update broken link --- 2-just-enough-javascript/07-variables/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2-just-enough-javascript/07-variables/README.md b/2-just-enough-javascript/07-variables/README.md index cb12d328..bc5926c7 100644 --- a/2-just-enough-javascript/07-variables/README.md +++ b/2-just-enough-javascript/07-variables/README.md @@ -304,7 +304,8 @@ many rules and the rules aren't very complicated, you just need to learn them: - [javascript.info](https://javascript.info/variables#variable-naming) - [nexTRIE](https://www.youtube.com/watch?v=O5WlRR-lEDE) -- [launchcode](ntro-to-professional-web-dev/chapters/data-and-variables/more-on-variables.html#naming-variables) +- [launchcode](https://education.launchcode.org/intro-to-web-dev-curriculum/data-and-variables/reading/more-on-variables/index.html#naming-variables) +
🥚 variable names can use numbers, letters, $, or _ From 73fd18d207cbbb2cfa57d7212eabd51137ba2944 Mon Sep 17 00:00:00 2001 From: Evan Cole <18554853+colevandersWands@users.noreply.github.com> Date: Fri, 24 Nov 2023 02:18:52 +0100 Subject: [PATCH 2/3] add missing distractor comment --- .../13-while-loops/08-parsons/enter-something-2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-just-enough-javascript/13-while-loops/08-parsons/enter-something-2.js b/2-just-enough-javascript/13-while-loops/08-parsons/enter-something-2.js index ce7d42c8..08a57934 100644 --- a/2-just-enough-javascript/13-while-loops/08-parsons/enter-something-2.js +++ b/2-just-enough-javascript/13-while-loops/08-parsons/enter-something-2.js @@ -28,4 +28,4 @@ if (input === '') { while input === null { // distractor if (input === '') // distractor -LET input = null; +LET input = null; // distractor From bef08b23c62587334ee34eae0786996e3d889d7e Mon Sep 17 00:00:00 2001 From: Evan Cole <18554853+colevandersWands@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:27:11 +0100 Subject: [PATCH 3/3] replace dead link, closes #35 --- .../2-reading-programs/code-reading-sessions/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/3-understanding-programs/2-reading-programs/code-reading-sessions/README.md b/3-understanding-programs/2-reading-programs/code-reading-sessions/README.md index 39091e97..5296a454 100644 --- a/3-understanding-programs/2-reading-programs/code-reading-sessions/README.md +++ b/3-understanding-programs/2-reading-programs/code-reading-sessions/README.md @@ -7,11 +7,7 @@ divided them into basic and advanced. Advanced exercises can be used in clubs that have been running for a while, and especially work well when doing a second code club using the same code snippet. -- [runner](https://runner.code-reading.org/): a slide show to help pace your - code reading session -- [annotate](https://annotate.code-reading.org/#/): a site for loading and - annotating code on the web - +- [code reading resources](https://codereading.club/resources) --- > adapted from