Skip to content

Conversation

Gleb-Pastushenko
Copy link
Contributor

Fixing a misstype

now:
let result = /* calculations of the result for */ obj;

change to:
let result = /* calculations of the result for obj */;

Fixing a misstype
@javascript-translate-bot javascript-translate-bot added the review needed Review needed, please approve or request changes label Oct 2, 2025
@javascript-translate-bot javascript-translate-bot requested review from a team October 2, 2025 10:44
Copy link
Member

@joaquinelio joaquinelio left a comment

Choose a reason for hiding this comment

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

That change leads to a syntax error.

the engine ignores the comment /* */ then reads
let result = obj;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review needed Review needed, please approve or request changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants