From 900cd62f78fac6cee09f7d4af81c75674bb24fb5 Mon Sep 17 00:00:00 2001 From: Zahid Hasan Date: Tue, 6 Sep 2022 00:45:43 +0600 Subject: [PATCH] Typo: four << three JavaScript can be added to a web page in three different ways. It should be four as ways are inline script, internal script, external script, multiple external script. --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 8fc639c..0791948 100644 --- a/readMe.md +++ b/readMe.md @@ -319,7 +319,7 @@ Open the Visual Studio Code by double-clicking its icon. When you open it, you w ## Adding JavaScript to a Web Page -JavaScript can be added to a web page in three different ways: +JavaScript can be added to a web page in four different ways: - **_Inline script_** - **_Internal script_**