Skip to content

Commit 5a3f62b

Browse files
authored
Fixes
1 parent 6b21e8b commit 5a3f62b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Open the browser console to see the out put from the console.log()
260260

261261
## External script
262262
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.
263-
First we should create an external JavaScript file with .js extension. Any JavaScript file ends with .js. Create a file introduction.js inside your project directory and write the following code and link this fat the body
263+
First we should create an external JavaScript file with .js extension. Any JavaScript file ends with .js. Create a file introduction.js inside your project directory and write the following code and link this. js file at the bottom of the body
264264
```js
265265
console.log('Welcome to 30DaysOfJavaScript')
266266
```

0 commit comments

Comments
 (0)