Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
414 contributions in the last year
Contribution activity
December 2020
Created 24 commits in 2 repositories
Created a pull request in javascript-tutorial/en.javascript.info that received 2 comments
Opened 26 other pull requests in 1 repository
javascript-tutorial/en.javascript.info
14
open
12
merged
- Fix typo in 9.17 (Methods of RegExp and String)
- Fix typo in 9.16 (Sticky flag "y"...)
- Update support note in 9.15 (Catastrophic backtracking)
- Fix typo, clarify wording in 9.15 (Catastrophic backtracking)
- Make solution in 9.14 safer
- Correct example in 9.14 (Lookahead and lookbehind)
- Fix typos in 9.13 (Alternation (OR) |)
- Fix typos in 9.11 (Capturing groups)
- Fix typos in 9.10 (Greedy and lazy quantifiers)
- Update support note in 9.8 (Sets and ranges [...])
- Fix typo in 9.8 task solution (Sets and ranges [...])
- Fix typo in 9.7 (Escaping, special characters)
- Fix confusing wording in 9.6 (Word boundary: \b)
- Replace unicode with Unicode all over the book
- Fix some issues in 9.2 (Character classes)
- Fix typo in 9.1 (Patterns and flags)
- Fix typo in 8.5 (Shadow DOM slots...)
- Sync examples from 2 commits in 8.5 (Shadow DOM slots...)
- Fix possible typos in 1.3.6 (Polyfills and transpilers)
- Fix typo in 8.3 (Shadow DOM)
- Fix typo in 8.2 (Custom elements)
- Fix typo in 7.2 (CSS-animations)
- Fix typo in 7.1 (Bezier curve)
- Fix possible typos in 6.3 (IndexedDB)
- Fix typo in 6.2 (LocalStorage, sessionStorage)
- Some pull requests not shown.
Reviewed 1 pull request in 1 repository
javascript-tutorial/en.javascript.info 1 pull request
Created an issue in javascript-tutorial/en.javascript.info that received 3 comments
Strange output in example
https://javascript.info/js-animation#using-requestanimationframe
In the last code example, the first number is always < 0 (for example: -51 49 33 1…