Skip to content

Commit 982db85

Browse files
committed
line 402
1 parent 589988c commit 982db85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ For instance:
399399
```js run
400400
let ms = Date.parse('2012-01-26T13:51:50.417-07:00');
401401

402-
alert(ms); // 1327611110417 (timestamp)
402+
alert(ms); // 1327611110417 (timestamp)
403403
```
404404

405405
We can instantly create a `new Date` object from the timestamp:

0 commit comments

Comments
 (0)