-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBasic_4.html
More file actions
22 lines (21 loc) · 826 Bytes
/
Copy pathBasic_4.html
File metadata and controls
22 lines (21 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-16">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>
<h1> Hello JavaScript Lover </h1>
<h3>Previous Part:</h3>
<p>
DataType , DataType Conversion , Operation , Comparison 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>Inside in JS : </h4>
<p style="color: rgb(112, 8, 107);">
Array [Arrays Methods,Syntax] and Arrays Functions , Objects
</p>
<h4> Waiting For Upcoming To The Next Part...! </h4>
<script src="BasicJavaScript_4.js"></script>
</body>
</html>