-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework DOM to better separate elements from events #1074
Commits on Oct 29, 2024
-
Rework DOM to better separate elements from events
Fixes #332 This way, we: * Fully handle accessing and setting DOM element properties in one chunk, then introduce events, rather than muddling the two together. * Identify that there are two common actions to do, and talk through identifying and addressing this. * Pull out the "what is the character limit" to be defined by the HTML attribute, rather than duplicated in the script. * Practice breaking down the "remaining characters" problem into sub-problems. * Generally solve things more incrementally. * Explicitly call out "do a clean-up refactoring" at the end. Also some misc copy edits.
Configuration menu - View commit details
-
Copy full SHA for 7507219 - Browse repository at this point
Copy the full SHA 7507219View commit details -
Update common-content/en/module/js2/events/index.md
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
Configuration menu - View commit details
-
Copy full SHA for e71db23 - Browse repository at this point
Copy the full SHA e71db23View commit details -
Update common-content/en/module/js2/events/index.md
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
Configuration menu - View commit details
-
Copy full SHA for c209978 - Browse repository at this point
Copy the full SHA c209978View commit details -
Update common-content/en/module/js2/events/index.md
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
Configuration menu - View commit details
-
Copy full SHA for e237973 - Browse repository at this point
Copy the full SHA e237973View commit details -
Update common-content/en/module/js2/querying/index.md
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
Configuration menu - View commit details
-
Copy full SHA for 3da891b - Browse repository at this point
Copy the full SHA 3da891bView commit details -
Update common-content/en/module/js2/querying/index.md
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
Configuration menu - View commit details
-
Copy full SHA for 45e945a - Browse repository at this point
Copy the full SHA 45e945aView commit details -
Update common-content/en/module/js2/querying/index.md
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
Configuration menu - View commit details
-
Copy full SHA for 7427aa9 - Browse repository at this point
Copy the full SHA 7427aa9View commit details -
Update common-content/en/module/js2/plan/index.md
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
Configuration menu - View commit details
-
Copy full SHA for 6174227 - Browse repository at this point
Copy the full SHA 6174227View commit details -
Update common-content/en/module/js2/plan/index.md
Co-authored-by: Sally McGrath <sally@codeyourfuture.io>
Configuration menu - View commit details
-
Copy full SHA for bb57bdc - Browse repository at this point
Copy the full SHA bb57bdcView commit details