From 53958a55f0c372eddda284a94d546034f9bdaa10 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:07:15 -0600 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 85076e3..0d1ff08 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ # Shuffle array using sort method with javascript (step1) - -Awesome step to shuffle an Array using the sort method in minutes. - IMPORTANT POINTS TO NOTE ABOUT THIS PROJECT: 1:To begin with, this repo might seems simple but it's very essential when developing real world object. for instance, when developing a bookshop website for a client or yourself. however, making use of sort method to shuffle the books or pictures on the website.