mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): replace comma with semicolon in toString method example (#62542)
This commit is contained in:
parent
e7c9399857
commit
afdbf9913f
@ -39,7 +39,7 @@ const person = {
|
||||
name: "John",
|
||||
age: 30,
|
||||
isStudent: true
|
||||
},
|
||||
};
|
||||
|
||||
console.log(person.toString()); // "[object Object]"
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user