Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Global object#3415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
bogdanbacosca wants to merge6 commits intojavascript-tutorial:master
base:master
Choose a base branch
Loading
frombogdanbacosca:global-object

Conversation

bogdanbacosca
Copy link
Contributor

line 8 - grammar fix
line 51 - removed unnecessary space
line 64, 72 - small improvements
newline 65

@@ -5,7 +5,7 @@ The global object provides variables and functions that are available anywhere.

In a browser it is named `window`, for Node.js it is `global`, for other environments it may have another name.

Recently, `globalThis` was added to the language, as a standardized name for a global object, that should be supported across all environments. It's supported in all major browsers.
Recently, `globalThis` was added to the language as a standardized name for a global object, that should be supported across all environments. It's supported in all major browsers.
Copy link
Member

Choose a reason for hiding this comment

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

  • I'm not a native eng speaker -

I tthink it needs to fix the hanging "that" too

omiting second comma
...name for a global object that should be supported...

adding something
...name for a global object, name that should be supported...

replacing it
...name for a global object, intended to be supported...
...name for a global object; it should be supported...

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

I replacedthat should withintended to

@javascript-translate-botjavascript-translate-bot added the needs +1One more review needed labelAug 24, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@joaquineliojoaquineliojoaquinelio left review comments

@shallow-beachshallow-beachshallow-beach approved these changes

Assignees
No one assigned
Labels
needs +1One more review needed
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@bogdanbacosca@joaquinelio@shallow-beach@javascript-translate-bot

[8]ページ先頭

©2009-2025 Movatter.jp