Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 72c3756

Browse files
What is nect step. and completed series 🍟✨
1 parent 9517874 commit 72c3756

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>Hello World!</title>
9+
<link rel="stylesheet" href="./style.css" />
10+
11+
</head>
12+
13+
<body>
14+
15+
<div id="content">
16+
17+
<h2>
18+
<u>What is next?</u>
19+
</h2>
20+
<p>
21+
After finishing this JavaScript tutorial, you will be able to explore more about JavaScript libraries. You
22+
can also dive into AJAX and JSON in JavaScript.
23+
</p>
24+
<br />
25+
26+
<h3>AJAX & JSON</h3>
27+
<p>
28+
- AJAX IS ESSENTIALLY A PART OF JAVASCRIPT
29+
<br />
30+
- Allows JavaScript to communicate with the server
31+
without having to leave(or refresing) the web page
32+
<br />
33+
- Great example is when you zoom in on Google
34+
Maps
35+
<br />
36+
- JSON is just a way of organizing data & works well
37+
with AJAX
38+
<br />
39+
</p>
40+
<br />
41+
42+
43+
<h3>EXPLORING JAVASCRIPT FURTHER</h3>
44+
<p>- Lots in JavaScript that we haven't covered:</p>
45+
<ul>
46+
<li>Regular expressions & advanced validation</li>
47+
<li>OOP (object orientated programming)</li>
48+
<li>Sliders, drag and drop, animated menu's</li>
49+
</ul>
50+
<br />
51+
52+
<p>"Keep learning more about JavaScript! Embrace the journeyβ€”it's going to be fun and exciting! πŸš€"</p>
53+
<p>See Ya! πŸ‘»πŸŸ</p>
54+
55+
</div>
56+
57+
58+
<!-- My Own Script -->
59+
<script src="./script.js"></script>
60+
61+
</body>
62+
63+
</html>

β€Ž43_JavaScript - What is next/script.jsβ€Ž

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
body{
2+
background-color: #282c34;
3+
font-family: calibri;
4+
color: #b3b3b3;
5+
}

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /