TSAI NEI YUAN

Posts

My works

  • 100DaysOfCode - Day 23 Backgroundgenerator

    Today I watch the videos of The Complete Web Developer in 2021: Zero to Mastery and I find this small project interesting. It’s as easy as the former ones I made.

    This is my project: Day23_backgroundgenerator and my code.

    const css = document.querySelector('h3'); const color1 = document.querySelector('.color1'); const color2 = document.querySelector('.color2'); const...
    
              
  • 100DaysOfCode - Day 22 DOM

    Lesson learned: learn the correct posture to code before coding.

    My right has hurt for weeks. Luckily, it’s not my dominant hand, so it doesn’t bother me that much. However, I need both hands to code. I’ll try to rest more to see if it recovers. If not, I’ll need to go the doctor.

    Today I review the concept...