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

Restyled by prettier-markdown #1799

Merged
merged 3 commits into from
Mar 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/pages/docs/js-tips/conditional_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,5 @@ The ternary operator is right-associative, which means it can be "chained" in th
- [Making decisions in your code — conditionals](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/conditionals)
- [Expressions and operators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators)


Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator" class="_attribution-link">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Conditional_Operator</a>
3 changes: 0 additions & 3 deletions src/pages/docs/js-tips/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,3 @@ If you wish to inherit from multiple objects, then mixins are a possibility.
- [`Object.prototype.isPrototypeOf()`](isprototypeof)
- [`Reflect.construct()`](../reflect/construct)
- John Resig's post on [getPrototypeOf()](http://ejohn.org/blog/objectgetprototypeof/)



1 change: 0 additions & 1 deletion src/pages/docs/js-tips/for...of.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,5 @@ No
- [`Map.prototype.forEach()`](../global_objects/map/foreach)
- [`Object.entries()`](../global_objects/object/entries) - Useful when using `for...of` over an object.


Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of" class="_attribution-link">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of</a>