Update solution.md
This commit is contained in:
parent
44bc57ee91
commit
243a1d3276
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ alert( d1 );
|
|||
|
||||
```js run
|
||||
let d2 = new Date("February 20, 2012 03:12:00");
|
||||
alert(d2);
|
||||
alert( d2 );
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue