From 6e8b112f0b8f95e98412dd8cbc252cad77b2def0 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:32:39 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e3c549b..96afa53 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ 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