We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f79c7 commit eae11a0Copy full SHA for eae11a0
2.html
@@ -4,11 +4,13 @@
4
<meta charset="UTF-8">
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Java</title>
+ <title>JavaScript</title>
8
</head>
9
-<script src = "1.js"></script>
+<script src = "ary.js"></script>
10
+<script src="exe1.js"></script>
11
<body>
- <h1>Hello</h1>
12
+
13
+ <h1></h1>
14
15
16
</body>
2.js
0 commit comments