We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589988c commit 982db85Copy full SHA for 982db85
1-js/05-data-types/11-date/article.md
@@ -399,7 +399,7 @@ For instance:
399
```js run
400
let ms = Date.parse('2012-01-26T13:51:50.417-07:00');
401
402
-alert(ms); // 1327611110417 (timestamp)
+alert(ms); // 1327611110417 (timestamp)
403
```
404
405
We can instantly create a `new Date` object from the timestamp:
0 commit comments