We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b289a90 commit be4ee7aCopy full SHA for be4ee7a
04_data.md
@@ -1249,7 +1249,7 @@ value and returns a JSON-encoded string. The second takes such a
1249
string and converts it to the value it encodes.
1250
1251
```
1252
-let string = JSON.stringify({squirel: false,
+let string = JSON.stringify({squirrel: false,
1253
events: ["weekend"]});
1254
console.log(string);
1255
// → {"squirrel":false,"events":["weekend"]}
0 commit comments