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

Add section on string coercion behavior #20234

Merged
merged 4 commits into from
Sep 3, 2022
Merged

Conversation

Josh-Cena
Copy link
Member

Summary

Motivation

Part of the removal of spec links effort.

Supporting details

Related issues

Metadata

  • Adds a new document
  • Rewrites (or significantly expands) a document
  • Fixes a typo, bug, or other error

@Josh-Cena Josh-Cena requested a review from a team as a code owner September 2, 2022 02:49
@Josh-Cena Josh-Cena requested review from sideshowbarker and removed request for a team September 2, 2022 02:49
@github-actions github-actions bot added the Content:JS JavaScript docs label Sep 2, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2022

Preview URLs

Flaws

None! 🎉

External URLs

URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/parseFloat
Title: parseFloat()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/String
Title: String
on GitHub


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/String/String
Title: String() constructor
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/String/concat
Title: String.prototype.concat()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf
Title: String.prototype.lastIndexOf()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf
Title: String.prototype.indexOf()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/parseInt
Title: Number.parseInt()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/parseFloat
Title: Number.parseFloat()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Template_literals
Title: Template literals (Template strings)
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Operators/Addition
Title: Addition (+)
on GitHub

(this comment was updated 2022-09-03 15:04:29.482255)

Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great addition!

@sideshowbarker sideshowbarker removed their request for review September 2, 2022 07:37
@Josh-Cena Josh-Cena requested a review from teoli2003 September 2, 2022 15:01
Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Josh-Cena Josh-Cena merged commit 4cf1362 into mdn:main Sep 3, 2022
@Josh-Cena Josh-Cena deleted the string-coercion branch September 3, 2022 15:04
goshdarnheck pushed a commit to goshdarnheck/content that referenced this pull request Sep 7, 2022
* Add section on string coercion behavior

* Copy edits

* Remove mention of ToString

* Deduplicate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:JS JavaScript docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants