-
Notifications
You must be signed in to change notification settings - Fork 57
Native prototypes #210
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
Native prototypes #210
Conversation
1-js/08-prototypes/03-native-prototypes/2-defer-to-prototype-extended/solution.md
Outdated
Show resolved
Hide resolved
|
||
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revisione traduzione
Please make the requested changes. After it, add a comment "/done". |
|
||
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉 |
No description provided.