Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: document relationships between time() and timeEnd()
`console.time()` and `console.timeEnd()` are very closely related. It's useful to reference them both from each other. Previously, console.time() did not mention that it needed to be paired with a call to console.timeEnd() to be useful, and timeEnd() also failed to mention that console.time() needed to be called first. References in both directions have been added.
- Loading branch information