From 321af44dc23941b74be523325a68e72fa8bc5a04 Mon Sep 17 00:00:00 2001 From: Godbless Nyagawa <110627172+Njoxpy@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:34:23 +0300 Subject: [PATCH] Remove "#### 30 Days of JavaScript" The "#### 30 Days of JavaScript" text has been removed as requested. This change ensures that the specified text is no longer present in the document or codebase. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e06d35..f5140a6 100644 --- a/README.md +++ b/README.md @@ -1489,10 +1489,7 @@ JavaScript is such a pervasive language that it's almost required learning. - [mbeaudru/modern-js-cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet): cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. - [javascript-tutorial](https://github.com/javascript-tutorial): comprehensive JavaScript guide with simple but detailed explanantions. Available in several languages. - -#### 30 Days of JavaScript - -- **Repository**: [30 Days of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript):30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. +- [30 Days of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript): 30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. #### Garbage collection