Skip to content

Fix alert (arr) commented output - #3990

Open
Neutronjump wants to merge 1 commit into
javascript-tutorial:masterfrom
Neutronjump:patch-1
Open

Fix alert (arr) commented output#3990
Neutronjump wants to merge 1 commit into
javascript-tutorial:masterfrom
Neutronjump:patch-1

Conversation

@Neutronjump

Copy link
Copy Markdown

On line 544, let arr = 'Bilbo, Gandalf, Nazgul, Saruman'.split(', ', 2); omits the space characters before each element.
The correct output should not have spaces.

let arr = 'Bilbo, Gandalf, Nazgul, Saruman'.split(', ', 2); omits the space characters before each element. The correct output will not have spaces.
@javascript-translate-bot javascript-translate-bot added the review needed Review needed, please approve or request changes label Aug 14, 2026
@javascript-translate-bot
javascript-translate-bot requested review from a team August 14, 2026 17:47
@CLAassistant

CLAassistant commented Aug 14, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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