-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBasic_3.html
More file actions
21 lines (21 loc) · 849 Bytes
/
Copy pathBasic_3.html
File metadata and controls
21 lines (21 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-16">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Basic_3</title>
</head>
<body>
<h1> Hello JavaScript Lover </h1>
<h3>Previous Part:</h3>
<p>
Basic JS Syntax , Variable and Best Resources of JS Website and Cheatsheet.
</p>
<h4>Inside in JS : </h4>
<p style="color: rgb(112, 8, 107);">
DataType , DataType Conversion , Operation , Comparision of Operation , DataType{Primitive ; Non-Primitive} , Memory and it's Type{Stack{Primitive}[Copies Value] ; Heap{Non-Primitive}[Reference Value]} , String , Number and Mathemathics , Date and Time(in depth) .
</p>
<h4> Waiting For Upcoming To The Next Part...! </h4>
<script src="BasicJavaScript_3.js"></script>
</body>
</html>