FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix alert (arr) commented output by Neutronjump · Pull Request #3990 · javascript-tutorial/en.javascript.info · GitHub

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

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 added the review needed Review needed, please approve or request changes label Aug 14, 2026
javascript-translate-bot requested review from a team August 14, 2026 17:47

CLAassistant commented Aug 14, 2026
edited
Loading

Copy link
Copy Markdown


All committers have signed the CLA.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL