Front End Development Libraries Projects - Build a 25 + 5 Clock

Tell us what’s happening:

I am failing 5 and 6 even though I reload the page and 5 and 25 are there on load why is this failing.

Your code so far

clock 25 + 5 (codepen.io)

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0

Challenge Information:

Front End Development Libraries Projects - Build a 25 + 5 Clock

Do you have this all set up to run react and react Dom in the settings of each file?
Also do you have npm installed on you computer, I tried to run some commands from the console but nothing. All your code is clean so I`m assuming there is a configuration issue,
If you open the inspector on code pen its refusing to run the exports due do to a security issue.

I don’t know what you are talking about pretty new to coding I looked up what npm was and do you think that would help also I think I am running react and reactDom correctly when I started the project, I added the libraries of react and reactDom but was saying that react was not defined so I just imported them could that be the problem.

if this helps I keep getting
Cannot read properties of null (reading ‘nodeName’)
TypeError: Cannot read properties of null (reading ‘nodeName’
I don’t know what I need to change to fix that

You do not have any elements with the required ids break-length and session-length

1 Like

If you right click on the code pen page and go down to inspect and click the console box on top a lot of infomation is there one of which states the exports are not loading etc… so yes this could be part of the problem. Of course this null issue should be addressed as well and that infromation was also in the inspector.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.