1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Add a link to the docs

This commit is contained in:
jbranchaud
2016-04-06 09:11:33 -05:00
parent 467783ff2b
commit fae231dfeb

View File

@@ -23,3 +23,7 @@ console.time('adding'); 1 + 1; console.timeEnd('adding');
```
These functions are implemented in most modern browsers.
See [the
docs](https://developer.mozilla.org/en-US/docs/Web/API/Console/time) for
more details.