Merged
Conversation
Fixed the wrong sequence
to make `alerts` work
Noticed that the word implementing was spelt incorrectly within the section for pointercancel events, thus I decided to correct it for reading comprehension reasons.
Fixed typo
According to MDN, the precedence of unary plus, unary negation, exponentiation, multiplication, division, addition, and subtraction is 1 lower than it is in the document
Line 265 and 266: Use 'fruits' instead of the 'arr' variable.
This is almost the minimal number of changes that I would make. I would still recommend changing "play" in the first line to "work".
Looks like the right line for a comment is the line 306 instead of 308.
Depends on https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence#Table, precedence of `??` and `||` should be 3 instead of 4
Edit precedence of `??` and `||`
Fix typo in pointercancel section
Add Number.isNaN and Number.isFinite
Correcting precedence number
Fixed a typo
Fix typos in array methods article.md
fix: shash -> backslash
Sync with upstream @ 1edb0a3
otmon76
added a commit
that referenced
this pull request
Aug 22, 2022
Merge pull request #28 from javascript-tutorial/master
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.