You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pradeep-ramola
added a commit
to pradeep-ramola/en.javascript.info
that referenced
this issue
Apr 23, 2023
In the lesson titled Nullish coalescing operator '??', in the Comparison with II section, located here, there is a minor mistake in the grammar.
Should become something like
or
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.
The text was updated successfully, but these errors were encountered: