Skip to content

Commit 5b8e695

Browse files
committed
Merge pull request iliakan#123 from golovewkin/patch-11
очепятка непринципиальная
2 parents 14b3f9d + 8fd050e commit 5b8e695

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)