Auslegung
Member since

Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
<button>: The Button element |
Fixes typo | |
Alerts |
Update aria-required technique link to navigate to specific anchor | |
Basic form hints |
Add note about using aria-required and required. | |
Object.entries() |
Replace `var` with `const` in Converting an Object to a Map. | |
Object.entries() |
I updated the code to ES7 and use a consistent style guide (AirBnB). Use `const` instead of `var`. Replace snake_case with camelCase. Replace string concatenation with template literals. Use arrow function syntax. Change all styling to match AirBnB. |