Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Minor Improvement to Grammar on Nullish coalescing operator '??' Lesson #3345

Open
seriouscatsoserious opened this issue Jan 30, 2023 · 0 comments

Comments

@seriouscatsoserious
Copy link

seriouscatsoserious commented Jan 30, 2023

In the lesson titled Nullish coalescing operator '??', in the Comparison with II section, located here, there is a minor mistake in the grammar.

"Historically, the OR || operator was there first. It exists since the beginning of JavaScript, so developers were using it for such purposes for a long time."

Should become something like

"Historically, the OR || operator was there first. It's existed since the beginning of JavaScript, so developers were using it for such purposes for a long time."

or

"Historically, the OR || operator was there first. It's been there since the beginning of JavaScript, so developers were using it for such purposes for a long time."

Thank you for these excellent lessons. This is my first attempt to contribute something to a project via Github, I hope it's formatted properly.

pradeep-ramola added a commit to pradeep-ramola/en.javascript.info that referenced this issue Apr 23, 2023
iliakan added a commit that referenced this issue Apr 29, 2023
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

No branches or pull requests

1 participant