3 Matching Annotations
- Feb 2021
-
www.youtube.com www.youtube.com
-
[pub_2021] 5 important concepts
- Equality == vs. === (primitives, object "mem ref")
- Async JS (callbacks, promises, async/await)
- Error Handling (try..catch, writing defensive code)
- ES6 Syntax (destructuring, spread operator, string interpolation)
- Array Methods (map, filter, reduce, sort, some, every)
Tags
Annotators
URL
-
-
dev.to dev.to
-
[2021] Tools for testing accessibility
- Linter - eslint-plugin-jsx-a11y
- Tests - jest-axe/cypress-axe (deque's testing solution)
- Browser tools - Lighthouse
-