Skip to content

Commit 80c1938

Browse files
committed
Execution Contexts
1 parent 3c98883 commit 80c1938

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Execution-Contexts/Demo-1/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
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>GEC-DEMO</title>
8+
</head>
9+
<body>
10+
GEC DEMO - 1
11+
12+
<script src="./index.js" defer></script>
13+
</body>
14+
</html>

Execution-Contexts/Demo-1/index.js

Whitespace-only changes.

Promises/Promises-Notes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
How beautiful promises are::
2+
3+
-> promises are u

0 commit comments

Comments
 (0)