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 44bc57e commit 243a1d3Copy full SHA for 243a1d3
1-js/05-data-types/11-date/1-new-date/solution.md
@@ -15,5 +15,5 @@ alert( d1 );
15
16
```js run
17
let d2 = new Date("February 20, 2012 03:12:00");
18
-alert(d2);
+alert( d2 );
19
```
0 commit comments