Created
July 17, 2019 04:13
-
-
Save Thersis94/d46ad60e9177c35388c5334e05cfe446 to your computer and use it in GitHub Desktop.
DOM Traversal questions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. How do you save information so that when a user leaves the page it will come back next time they visit? | |
| 2. How do you implement A11y into DOM traversal and manipulation? | |
| 3. What are the best practices? | |
| 4. What is reflow?! | |
| 5. How could you stop further propagation of an event? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment