Minor grammar
Update article.md
Minor grammar
👾 add mdn links to Map and Set methods
Update article.md
Update task.md | Fix grammar
Update article.md
Update String type chapter
fix markdown syntax
Update solution.md
Missing '()' invoking a constructor.
contextually 'true' can be confusing after 'false' in sentence: "... false, technically that's true ..."
Parentheses can be omitted even if the constructor function has arguments:
```js
new function(test) {
return { test }
}
// Works the same as
new (function(test) {
return { test }
})();
```
Firefox v105 also shows `10px`.
Remove description of inconsistency between Chrome and Firefox
ECMA broken link
Fix typo "stirng" to "string"
Change link to the spec
Omitting parentheses after `new`
grammar suggestion
fix small typo
fix small typo in web-components slots chapter.
fix a small typo
Update task.md
Same as title
typo "optimzed
Typo/grammar corrections in the import-export article
Fixed grammar error in regex-groups article.md
Update article so 'samesite=lax' is the default behavior
Co-authored-by: Stanislav (Stanley) Modrak <44023416+smith558@users.noreply.github.com>
Co-authored-by: Stanislav (Stanley) Modrak <44023416+smith558@users.noreply.github.com>
Updated result visualization
Fix grammar and add an example
Fix grammar and JavaScript syntax
Fix grammar and typos
Small change in the sentence.
Update task.md
When teaching this subject I found that an example where you can see for which array the first and the second value in the [] after matrix stand, helps understanding better.
docs: remove eval polyfill.io
Update article.md
* Remove BigInt IE incompatibility part As Internet Explorer was retired years ago, this paragraph is not needed anymore, so I deleted that line. * Delete link to MDN BigInt compatibility table Unimportant link: almost total compatibility since the appearance of zhe `BigInt` type.
detail `Math.round` behavior on negative numbers in middle case.
Update article.md
Inappropriate code `run`
change example element of multidimensional array
Fixing a minor grammatical typo in the document.
The code uses the function named 'askPassword' but the text above it explaining the error reason says 'ask' instead of 'askPassword'
minor fix to function name written in explanation
Suggested edit - to make the phrase clearer.
the comment number is missing when the we mention line 2
Improve readability
Grammatical fix
Update article.md
Update article.md
better wording
Correction of grammatical error
Update article.md
Uh oh!
There was an error while loading. Please reload this page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 19 committers have signed the CLA.
✅ smith558
✅ iliakan
✅ Alexandre887
✅ kricsleo
❌ 0xtpsl
❌ nakhodkin
❌ Filin3
❌ ellie-heidari
❌ pvepamb1
❌ shallow-beach
❌ FloffyGarlic
❌ sneeed
❌ zakingslayerv22
❌ nikoandpiko
❌ mhi1627
❌ pj-szdm
❌ tonybishnoi
❌ AdityaGirdhar
❌ Gleb-Pastushenko
You have signed the CLA already but the status is still pending? Let us recheck it.