Skip to content

Commit 8fd050e

Browse files
committed
очепятка непринципиальная
1 parent 14b3f9d commit 8fd050e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/7-js-misc/2-json/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ alert( user.friends[1] ); // 1
8989

9090
```js
9191
// title: название события, date: дата события
92-
var str = '{"title":"Конференция","date":"2012-11-30T12:00:00.000Z"}';
92+
var str = '{"title":"Конференция","date":"2014-11-30T12:00:00.000Z"}';
9393
```
9494

9595
...И теперь нужно *восстановить* его, то есть превратить в JavaScript-объект.

0 commit comments

Comments
 (0)