Open AzimaKai opened 1 year ago
Week 1
Trying with Google
Little bit have understanding baout DOM manipulation for the moment
Last exercises
DOM manipulation, when we do exercises together
Getting started
Week 2
with testing and writing a test
for me in general i understood, but with details not so clear. But anyway happy that i know something about DOM lets say have an idea, with tutorials and practice understanding will come more i guess
a bit problem with testing and writing separate files
only how to work with DOM and what is this, can write functions for DOM to add classList, to remove items, to create, to put inside the div
Getting started
Week 3
everything is okay, just need to memorize it all again and practice a lot
testing and studying about DOM manipulation and practice with given exercises
this time evertyhing goes good, have better understanding about it all, wish we have more time to cover all about js DOM and in general JS
Thanks for couches Thibault and Steven for couching us in this module, was very helpful and i did understood about DOM a lot. Creating a new html DOM elements in js and DoM manipulation
Starting with classes and prototypes, cause i think its will be helpful to understand more async programming
Seperation of Concerns
Learning Objectives
Priorities: π₯, π£, π₯, π (click to learn more)
There is a lot to learn in this repository. If you can't master all the material at once, that's expected! Anything you don't master now will always be waiting for you to review when you need it. These 4 emoji's will help you prioritize your study time and to measure your progress: - π₯: Understanding this material is required, it covers the base skills you'll need to move on. You do not need to finish all of them but should feel comfortable that you could with enough time. - π£: You have started all of these exercises and feel you could complete them all if you just had more time. It may not be easy for you but with effort you can make it through. - π₯: You have studied the examples and started some exercises if you had time. You should have a big-picture understanding of these concepts/skills, but may not be confident completing the exercises. - π: These concepts or skills are not necessary but are related to this module. If you are finished with π₯, π£ and π₯ you can use the π exercises to push yourself without getting distracted from the module's main objectives. ---
/naming-variables
exercises from Debugging.test.html
file to render your components with different inputsevent.target.form
event
argument to process user interactions, including bubbled events usingevent.target
Learning Objectives