Added "Further Reading" Section (#30466)

This commit is contained in:
Kaan
2019-04-17 14:12:56 +03:00
committed by The Coding Aviator
parent be1b48e795
commit 656117cbc3

View File

@ -18,3 +18,7 @@ if (!Date.now) {
};
}
```
### Further Reading:
<a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/now' target='_blank' rel='nofollow'>MDN link</a>