Skip to content

Commit 4f1d1c0

Browse files
Update 1-js/04-object-basics/09-object-toprimitive/article.md
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
1 parent c64881e commit 4f1d1c0

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/09-object-toprimitive

1 file changed

+1
-1
lines changed

1-js/04-object-basics/09-object-toprimitive/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Ad esempio:
181181

182182
```js run
183183
let obj = {
184-
// toString handles all conversions in the absence of other methods
184+
// toString gestisce tutte le conversioni nel caso manchino gli altri metodi
185185
toString() {
186186
return "2";
187187
}

0 commit comments

Comments
 (0)