FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Native prototypes by longo-andrea · Pull Request #210 · javascript-tutorial/it.javascript.info · GitHub

Native prototypes - #210

Merged
longo-andrea merged 2 commits into
javascript-tutorial:masterfrom
longo-andrea:article/3-native-prototypes
Feb 22, 2021
Merged

Native prototypes#210
longo-andrea merged 2 commits into
javascript-tutorial:masterfrom
longo-andrea:article/3-native-prototypes

Conversation

Copy link
Copy Markdown
Contributor

No description provided.

Alcuni metodi dei native prototype sono presi in prestito.

For instance, if we're making an array-like object, we may want to copy some `Array` methods to it.
Ad esempio, se stiamo costruendo un oggetto simil-array, potremmo voler copiare alcuni metodi degli `Array`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
Ad esempio, se stiamo costruendo un oggetto simil-array, potremmo voler copiare alcuni metodi degli `Array`.
Ad esempio, se stiamo costruendo un oggetto simile a un array, potremmo voler copiare alcuni metodi degli `Array`.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

In molte parti le tutorial viene utilizzato simil-array, secondo me rende meglio l'idea rispetto a "simile ad una array" e dè più visino all' originale array-like

Dorin-David left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

revisione traduzione

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

Alcuni metodi dei native prototype sono presi in prestito.

For instance, if we're making an array-like object, we may want to copy some `Array` methods to it.
Ad esempio, se stiamo costruendo un oggetto simil-array, potremmo voler copiare alcuni metodi degli `Array`.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

In molte parti le tutorial viene utilizzato simil-array, secondo me rende meglio l'idea rispetto a "simile ad una array" e dè più visino all' originale array-like

Co-authored-by: Dorin-David <70648503+Dorin-David@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
longo-andrea merged commit 52b7e58 into javascript-tutorial:master Feb 22, 2021

Copy link
Copy Markdown

Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉

longo-andrea deleted the article/3-native-prototypes branch March 7, 2021 20:06
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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL