From 11623f5e78cae326aa4430ab4565300e40afb39c Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:31:02 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e9bf80a..e3c549b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # 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. +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. +2: secondly give an id to the element on your HTML.then get it by it's elementById. +3: lastly, everyother thing you need to know has been done for y'all 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. +4:reach out if you got any question or issues thank y'all + + +