Skip to content

Conversation

@yanzhou-git
Copy link
Owner

@yanzhou-git yanzhou-git commented Jan 26, 2026

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

I completed JS of alarm clock, quote generator, reading list, and slideshow app.
I ran test and debugged after writing JS.

#Questions

  1. I created this branch of sprint2 and sprin3 from a non-main branch, which led to behavior I didn’t expect.
  2. I’m still facing unresolved bugs, particularly in the todo list feature of the app.

];

populateTodoList(todos);
function populateTodoList(todos) {

Choose a reason for hiding this comment

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

do not pass in todos to this function. just have it read the variable defined on line 5. by passing in this variable, the function is actually editing a different copy, so they get out of sync.

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.

2 participants