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

Ratting App

@ABidhasan134

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I have found many difficulties in this project like an array or for each loop working, selecting a number value in times and sending the value of this to a new js file. My thanking page is unsure. How could I improve my for each (array) logic?

Community feedback

P

@JlordS32

Posted

You should try looking up localStorage. It may solve your problem.

0

@ABidhasan134

Posted

@JlordS32 I would like to use help me out.

0
P

@JlordS32

Posted

@ABidhasan134

In order to use localStorage.

You can simply initialise one by simply typing this `localStorage.setItem('storageName', value);

that will create a localStorage inside the browser and you simply update the value by using the same code above.

To get the value, type

const yourVariable = localStorage.getItem('storageName')

I'm not really the best at teaching but I hope that made sense.

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