Open galalkoro98 opened 2 years ago
until no deficulties
exercises went good from 1 to 5
to come up with this solution loop was quite diffecult but in the end the help of classmate
const actual = document.getElementById('actual');
const orderList = actual.children[0];
const unorderedList = document.createElement('ul');
const nodes = orderList.children;
for(let i = 0; i < nodes.length; i++){
const copy = orderList.children[i].cloneNode(true);
unorderedList.appendChild(copy);
}
Isolation start
Yes I do need help with this exercise, I wrote a function and I am sure is correcet but test case not passing
the exercises went good refactoring most of it but I still need help with I mention on top of
the state exercise not went well need help from coaches
now I understand I can write clean code with separate files withis I learned
yes
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