Skip to content

Commit bd5ab6f

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 8239ebb commit bd5ab6f

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
@@ -203,7 +203,7 @@ let obj = {
203203
}
204204
};
205205

206-
alert(obj + 2); // 22 ("2" + 2), conversion to primitive returned a string => concatenation
206+
alert(obj + 2); // 22 ("2" + 2), la conversione a primitivo ha restituito una stringa => concatenazione
207207
```
208208

209209
## Riepilogo

0 commit comments

Comments
 (0)