Skip to content

Commit cac0dbd

Browse files
authored
Update Date.md
1 parent 358e932 commit cac0dbd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Date.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ console.log(commencementDate); // 2020-10-12T11:36:04.975Z
2929
```javascript
3030
console.log(`Commencement in on a ${commencementDate.getDay()}`); // 1 is Monday
3131
```
32+
33+
## Resouces
34+
35+
1. [MDN - Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)

0 commit comments

Comments
 (0)