Skip to content

Commit

Permalink
Update files/en-us/web/javascript/reference/global_objects/json/strin…
Browse files Browse the repository at this point in the history
…gify/index.md
  • Loading branch information
OnkarRuikar authored Jul 27, 2024
1 parent aa557c4 commit 1fe3216
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ Using a tab character mimics standard pretty-print appearance:
console.log(JSON.stringify({ uno: 1, dos: 2 }, null, "\t"));
/*
{
"uno": 1,
"dos": 2
"uno": 1,
"dos": 2
}
*/
```
Expand Down

0 comments on commit 1fe3216

Please sign in to comment.