Skip to content

Commit e72f6f1

Browse files
committed
date
1 parent f20eda0 commit e72f6f1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,10 @@ function result(num1, num2) {
304304

305305
console.log(result(33, 22, 10, 6, 8, 12)); //91
306306
```
307+
308+
#### Date
309+
310+
```javascript
311+
const date = new Date(1971 - 3 - 25);
312+
console.log(date);
313+
```

date.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const date = new Date(1971-3-25);
2+
console.log(date);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy