-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.html
More file actions
35 lines (35 loc) · 1.48 KB
/
Main.html
File metadata and controls
35 lines (35 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScript Concepts</title>
</head>
<body>
<h1>Hello Javascript !!</h1>
<!-- <script src="Aman.js"></script> -->
<!-- <script src="compare.js"></script> -->
<!-- <script src="if statement.js"></script> -->
<!-- <script src="practice if Qs.js"></script> -->
<!-- <script src="else if statement.js"></script> -->
<!-- <script src="else statement.js"></script> -->
<!-- <script src="practice Qs 2.js"></script> -->
<!-- <script src="Nested if-else statement.js"></script> -->
<!-- <script src="logical op.js"></script> -->
<!-- <script src="practice Qs lo.js"></script> -->
<!-- <script src="t&f.js"></script> -->
<!-- <script src="switch.js"></script> -->
<!-- <script src="practice Qs Switch.js"></script> -->
<!-- <script src="alerts.js"></script> -->
<!-- <script src="prompts.js"></script> -->
<!-- <script src="Trim method.js"></script> -->
<!-- <script src="UPPERCASE method.js"></script> -->
<!-- <script src="lowercase method.js"></script> -->
<!-- <script src="indexOf method.js"></script> -->
<!-- <script src="Method Chaining.js"></script> -->
<!-- <script src="Slice Method.js"></script> -->
<!-- <script src="Replace method.js"></script> -->
<!-- <script src="Repeat method.js"></script> -->
<script src="practice ques.js"></script>
</body>
</html>