| OLD | NEW |
| 1 <!-- This is feature markdown template | 1 <!-- This is feature markdown template |
| 2 ## Header | 2 ## Header |
| 3 | 3 |
| 4 **Usage Example:** | 4 **Usage Example:** |
| 5 | 5 |
| 6 ``` js | 6 ``` js |
| 7 | 7 |
| 8 ``` | 8 ``` |
| 9 | 9 |
| 10 **Documentation:** [link]() | 10 **Documentation:** [link]() |
| (...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 ``` js | 923 ``` js |
| 924 // See Doc | 924 // See Doc |
| 925 ``` | 925 ``` |
| 926 | 926 |
| 927 **Documentation:** [link](http://www.ecma-international.org/ecma-262/6.0 | 927 **Documentation:** [link](http://www.ecma-international.org/ecma-262/6.0 |
| 928 /#sec-math) | 928 /#sec-math) |
| 929 | 929 |
| 930 **Discussion Notes / Link to Thread:** | 930 **Discussion Notes / Link to Thread:** |
| 931 | 931 |
| 932 --- | 932 --- |
| OLD | NEW |