From 0c0e1c21ad8bc4ea9f83908618c6a1a042b1026c Mon Sep 17 00:00:00 2001 From: Akshhat Date: Sun, 17 Jan 2021 14:14:42 +0530 Subject: [PATCH] remove line repetition --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 326847c..a04600b 100644 --- a/readMe.md +++ b/readMe.md @@ -379,7 +379,7 @@ Open the browser console to see the output from the console.log() ### External Script Similar to the internal script, the external script link can be on the header or body, but it is preferred to put it in the body. -First, we should create an external JavaScript file with .js extension. All files ending with .js extension. All files ending with .js extension are JavaScript files. Create a file named introduction.js inside your project directory and write the following code and link this .js file at the bottom of the body. +First, we should create an external JavaScript file with .js extension. All files ending with .js extension are JavaScript files. Create a file named introduction.js inside your project directory and write the following code and link this .js file at the bottom of the body. ```js console.log('Welcome to 30DaysOfJavaScript')