Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up JS reference documents (#1818) | alattalatta | 2021-08-14 |
| | | | | | | | | | | | | | | | * Clean up JavaScript references HTML code - Remove inline styles - Remove <font> elements - Remove title attribute * Remove sup/sub from JavaScript reference * Remove name attrs from JavaScript reference * Remove legacy browser compat elements * Remove duplicate browser-compat key | ||
* | Update index.html (destructuring) (#1536) | GyuMin Han | 2021-07-16 |
| | | | | | | | | | | | | index.html line 67~70 (Kor version) original example <pre class="brush: js">var foo = ["one", "two", "three"]; var [one, two three] = foo; this example is not intuitive, it looks same. but in English example, there are some differences in example. for other newbies like me, fix this plz!! | ||
* | initial commit | Peter Bengtsson | 2020-12-08 |