Skip to content

Array workshop tidy#385

Open
Liam310 wants to merge 6 commits into
mainfrom
array_workshop_tidy
Open

Array workshop tidy#385
Liam310 wants to merge 6 commits into
mainfrom
array_workshop_tidy

Conversation

@Liam310

@Liam310 Liam310 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Tidies up a few things about the arrays workshop:

  • Formatting updates/typo fixes
  • Correcting instructions that were matched the wrong task
  • Clarified some other instructions
  • Updating the names of the files to make more sense (the instructions said to start at 100.js but aren't clear about when to explore 0.js, and also files 400 and 500 were missing)

Liam310 added 5 commits July 13, 2026 12:37
all file names were decremented by 100 because no file prefixed with 500 previously existed
@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for cyf-workshop ready!

Name Link
🔨 Latest commit c8c3303
🔍 Latest deploy log https://app.netlify.com/projects/cyf-workshop/deploys/6a54d0bcfbe8940008160d81
😎 Deploy Preview https://deploy-preview-385--cyf-workshop.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for cyf-workshops canceled.

Name Link
🔨 Latest commit c8c3303
🔍 Latest deploy log https://app.netlify.com/projects/cyf-workshops/deploys/6a54d0bc5cd3930008ac0f7e

Comment thread arrays/200.js
// Check your prediction and explanation by running the code

const nums = [10,3,5,6,];
const nums = [10, 3, 5, 6];

@Liam310 Liam310 Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debated whether to remove this trailing comma, but decided that its presence didn't contribute anything meaningful to the task which is ultimately about understanding how JS handles empty items of an array.

(if there were two trailing commas then that would have in impact on the array at the point of its initial declaration, but one has no effect)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant