Update solution.md

This commit is contained in:
Aastha Sinha 2020-08-23 18:06:06 +05:30 committed by GitHub
parent 44bc57ee91
commit 243a1d3276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,5 +15,5 @@ alert( d1 );
```js run
let d2 = new Date("February 20, 2012 03:12:00");
alert(d2);
alert( d2 );
```