Updated my Tribute Page after learning more in JS - https://codepen.io/ainneo/pen/JgjKEJ

Hey guys,
I updated my page after learning some JS. The truth is I didnt write the JS CODE, I found the code and I tweaked it with the knowledge I have learned so far in FCC. I would not have been able to make the changes I wanted without any basic knowledge… so I know enough to make tweaks and read JS, but not enought to fully write my own JS code.

Please let me know what you guys think…

1 Like

itz cool nice work a step closer keep learning…we are in this

1 Like

what do you mean? what is the error? can you please post. thanks so much!

Do you mind teaching me how to fix this?

replacing lines 32 - 39 with this should fix it

if (i < dataText[i].length) {
      // text exists! start typewriter animation
     typeWriter(dataText[i], 0, function(){
       // after callback (and whole text has been animated), start next text
       try {
         StartTextAnimation(i + 1);
       }
       catch {
         return 0;
       }
       
     });
    }
  }
1 Like

Yes, I see this, but how do i go about fixing it, do you recommend a site that teaches how to correct errors based on console error messages> Thanks!

Thank you for that - it worked… any recommendations on learning better code? and sites your recommend for me to learn how to correct code on the console?
Thx

Thank you Randell! I will… working towards it…