Include "object" in MDN link
This commit is contained in:
parent
2d5be7b730
commit
7aa2867cb1
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ A few examples:
|
|||
alert( Math.pow(2, 10) ); // 2 in power 10 = 1024
|
||||
```
|
||||
|
||||
There are more functions and constants in `Math` object, including trigonometry, which you can find in the [docs for the Math](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Math) object.
|
||||
There are more functions and constants in `Math` object, including trigonometry, which you can find in the [docs for the Math object](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Math).
|
||||
|
||||
## Summary
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue