Skip to content

Commit 79899a2

Browse files
Update JS Introduction.html
1 parent f17cf0d commit 79899a2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

JS/JS Introduction.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@
3636
<body>
3737
<h1> Introduction to JavaScript </h1>
3838
<p>JavaScript is a very popular and commonly used programming language in the world.</p>
39-
<p>It is mainly used for frontend development , But we can use it for backend development, desktop app development, mobile app development, and game development.</p>
39+
<p>It is mainly used for frontend development, But we can use it for Backend Development, Desktop App Development, Mobile App Development, and Game Development.</p>
4040
<p>Most of the app which we use in our daily life are developed in JavaScript, such as Instagram, Facebook, Whatsapp,VS Code, Atom text Editor, and MS teams, etc.</p>
41+
4142
<h1> Definition of JavaScript </h1>
4243
<p>JavaScript is a high- level, Interpreter Programming language, Primarily used for dynamic and Interactive Website.</p>
43-
<p>JavaScript is also known as universal language. Because it is used for both Frontend(interactive) and Backend(Node.js) development.</p>
44+
<p>JavaScript is also known as universal language. Because it is used for both Frontend(interactive) and Backend(Node.js) Development.</p>
4445
<p>JavaScript is used to make website interactive and dynamic by adding features like Animations, Clickable buttons, Form Validation, Dropdown Menu, and Pop-Up Messages/Alerts </p>
4546
</body>
4647

47-
</html>
48+
</html>

0 commit comments

Comments
 (0)