diff --git a/README.md b/README.md index 69b4f78..87e8d3c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ IMPORTANT POINTS TO NOTE ABOUT THIS PROJECT: 2: furthermore, you can achieve step 1 by creating a function on your js.file that will shuffle the books or pictures depends on what you want to develop. using "FOR LOOP" iterate through the array that contain the books already created.eg (books.length) -3:After which, you can apply or make use of the sort array method to shuffle the books to be able to display randomly whenever you refresh your web browser. +3:After which, you can apply or make use of the sort array method to shuffle the books to make it display randomly whenever your website or work been refreshed. 4:lastly, shuffling an array can be done in many ways. but, i got only two ways to do that which i'll be sharing with y'all the "STEP 2" on my next repo. STAY TUNED!!