1 parent 358e932 commit cac0dbdCopy full SHA for cac0dbd
1 file changed
Date.md
@@ -29,3 +29,7 @@ console.log(commencementDate); // 2020-10-12T11:36:04.975Z
29
```javascript
30
console.log(`Commencement in on a ${commencementDate.getDay()}`); // 1 is Monday
31
```
32
+
33
+## Resouces
34
35
+1. [MDN - Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)
0 commit comments