From 6c189246465eb26e48e5719ffce727c1b7672598 Mon Sep 17 00:00:00 2001 From: Yali Shi Date: Wed, 20 Sep 2023 18:21:24 +0800 Subject: [PATCH] test forked repo --- 2-js-basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-js-basics/README.md b/2-js-basics/README.md index 02c69bcb..4e7d77c8 100644 --- a/2-js-basics/README.md +++ b/2-js-basics/README.md @@ -2,7 +2,7 @@ JavaScript is the language of the web. In these four lessons, you'll learn its basics. -### Topics +### Topics 1. [Variables and Data Types](1-data-types/README.md) 2. [Functions and Methods](2-functions-methods/README.md)