Posts
My works
TSAI NEI YUAN
My works
After finishing Javascript30, I’d like to challenge myself with more projects. Therefore, I’ll start with 100DaysOfCode. I will start today!
In this 100 day challenge, I’ll do a small project everyday based on 100+ JavaScript Projects for Beginners!
After I finish a project, I’ll write a blog to show my thoughts and codes.
In order to balance my...
Today is the first day of my challenge. Yay!
I’ll start with Change Background Color.
This is my project: Day1_change_background_color and my code.
At first, I use queeySelector
to select the body and button tags, which I’d alter.
const body = document.querySelector('body'); const button = document.querySelector('button');
Later, I add...