Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Using setinterval() method to iterate through colours with JavaScript
Wonderful project been developed by myself to help the community to iterate through colours and display or change the color of an element after 2sec.
Wonderful project been developed by me to help the community to iterate through colours and display or change the color of an element after 2sec.

HOW TO USE:

1: Firstly create a nice template on your html and input any name you want on your h1 tag.eg CHANGE MY COLOUR WITH JAVASCRIPT.
1: Firstly, create a nice template on your html and input any name you want on your h1 tag.eg CHANGE MY COLOUR WITH JAVASCRIPT.

2: secondly give an id to the element on your HTML.then get it by it's elementById.
2: secondly give an id to the element on your HTML.then get it by it's elementById on your js file.

3: lastly, everyother thing you need to know has been done for you on my input.js on my repo also you can understand how to clear setinterval on the project. do well to take a closer look to know it was used.
3: lastly, everyother thing you need to know has been done for you on my input.js as seen on my repo. also, you can understand how to clear setinterval on the project. do well to take a closer look to know when it was used on the project.

4:reach out if you got any question or issues thank y'all.
4:please do reach out anytime if you got any question or issues on my project. Thank y'all for reviewing and using my awesome work with JavaScript.



Expand Down