Skip to content

fix(unit-13.3): first update of verbiage in readme, removes var from … - #1

Merged
SamLarivs merged 1 commit into
mainfrom
review-1
Aug 27, 2026
Merged

fix(unit-13.3): first update of verbiage in readme, removes var from …#1
SamLarivs merged 1 commit into
mainfrom
review-1

Conversation

@SamLarivs

Copy link
Copy Markdown
Contributor

This pull request modernizes the JavaScript code in the project by replacing all var declarations with let or const as appropriate, improving code clarity and reducing the risk of scope-related bugs. Additionally, it updates the README.md for clearer instructions and more accurate language.

JavaScript Modernization:

  • Replaced all var declarations with let or const in js/app.js, js/render.js, and js/stash.js to use block-scoped variables and constants, improving code safety and readability. [1] [2] [3] [4] [5]

Documentation Improvements:

  • Updated README.md to clarify assignment instructions and improve the language for better understanding. [1] [2]

@alex-joseph-stewart alex-joseph-stewart left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Updates look great. Thanks!

@SamLarivs
SamLarivs merged commit 6b498da into main Aug 27, 2026
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.

3 participants