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

All solutions

  • Submitted


    Hi, I have a question. (I'm Korean so my English is not good enough, I'd appreciate it if you excuse me.)

    I solved this challenge. but I think my code is very difficult for everyone to read and understand. it looks very complex even for me although I wrote this code.

    Is it okay with thinking making code itself is meaningful to me on my level(newbie) without considering anything else?

  • Submitted


    I tried my best to use what I've learned so far. (I'm Korean. my English is not good enough so I'd appreciate it if you let me know when you don't understand my sentence.)

    I wasn't sure of my codes. especially,

    if (num.length>1 && ratingNum!=num[num.length-2] ){ storage[storage.length-2].classList.remove('colorChange') }

    <- this part. I think there would be a better solution using only 'num.length' without using variable "storage" .

    I'm a newbie so I'm not sure it is okay with my html, css and js...

    feel free to point out my work.

    Thank you.