There was an error while loading. Please reload this page.
1 parent 3c98883 commit 80c1938Copy full SHA for 80c1938
Execution-Contexts/Demo-1/index.html
@@ -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
Promises/Promises-Notes.txt
@@ -0,0 +1,3 @@
+How beautiful promises are::
+-> promises are u
0 commit comments