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 05b333b commit d03fd5aCopy full SHA for d03fd5a
JS_Basic_Challenges/3rd-Challenge.js
JS_Basic_Challenges/index.html
@@ -0,0 +1,13 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>JavaScript Language Basics</title>
6
+ </head>
7
+ <body>
8
+ </body>
9
+ <script src="1st-Challenge.js"></script>
10
+ <script src="2nd-Challenge.js"></script>
11
+ <script src="3rd-Challenge.js"></script>
12
+ <script src="4th-Challenge.js"></script>
13
+</html>
0 commit comments