From 0014790582a221fdac9f7d1a9e2f052a1a1f8ce8 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:23:36 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96afa53..0384bf0 100644 --- a/README.md +++ b/README.md @@ -1,13 +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. + 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. +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. -4:reach out if you got any question or issues thank y'all +4:reach out if you got any question or issues thank y'all.