Skip to content

Comments

Introducing an error to 01.js#13

Open
sofer wants to merge 2 commits intomainfrom
chatcody
Open

Introducing an error to 01.js#13
sofer wants to merge 2 commits intomainfrom
chatcody

Conversation

@sofer
Copy link
Owner

@sofer sofer commented Mar 11, 2023

No description provided.

01.js Outdated
for (let i = 0; i < arg1.length; i++ {
result.push(arg1[i] + 1)
}
return result
Copy link

Choose a reason for hiding this comment

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

@sofer, there seems to be a missing closing parenthesis in the for loop declaration. Please add a closing parenthesis to avoid any potential errors.

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