Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

I use Html, Css, Grid, JavaScript.

@Sergio-Ivan-Melgarejo

Desktop design screenshot for the Time tracking dashboard coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


console.log("hello")

i have a problem with...

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'daily')
    at days (code.js:49)

this shows me on the console, but i have no trouble with the code. I don't understand what happens.

Community feedback

Mieszko• 325

@MieszkoKowalik

Posted

Hi I have set a break point in your code and noticed what is the problem. As you are iterating with for in loop through the nodeList it also access the properites of NodeList prototype and brakes on NodeList.entries property. Instead of for in loop use .forEach method.

Marked as helpful

1

@Sergio-Ivan-Melgarejo

Posted

@MieszkoKowalik I am not clear why the problem, but it was solved by not iterating a nodeList. thank you for your help and time.

0
Fidel Lim• 2,775

@fidellim

Posted

Hi @Sergio-Ivan-Melgarejo,

It looks like there is an error because your study and self-care cards have 0 hours. You might've missed something on your code.

1

@Sergio-Ivan-Melgarejo

Posted

@fidellim thank you for your coment, but the problem was something with the iterate nodeList.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord