From 3ec638fe0b0a0a38b4e75640c7da39363cf6e271 Mon Sep 17 00:00:00 2001 From: Ahmed Talaat Date: Mon, 25 May 2026 09:46:39 +0300 Subject: [PATCH] Add Local Storage to Topics --- 2-js-basics/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2-js-basics/README.md b/2-js-basics/README.md index 02c69bcb8..26ff4c55a 100644 --- a/2-js-basics/README.md +++ b/2-js-basics/README.md @@ -8,7 +8,8 @@ JavaScript is the language of the web. In these four lessons, you'll learn its b 2. [Functions and Methods](2-functions-methods/README.md) 3. [Making Decisions with JavaScript](3-making-decisions/README.md) 4. [Arrays and Loops](4-arrays-loops/README.md) +5. [Local Storage](5-local-storage/README.md) ### Credits -These lessons were written with ♥️ by [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) and [Chris Noring](https://twitter.com/chris_noring) \ No newline at end of file +These lessons were written with ♥️ by [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) and [Chris Noring](https://twitter.com/chris_noring)