Promise
This commit is contained in:
15
Practice/PromiseAndSync/index.html
Normal file
15
Practice/PromiseAndSync/index.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>PROMISE</title>
|
||||||
|
</head>
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<script src="script.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
2
Practice/PromiseAndSync/script.js
Normal file
2
Practice/PromiseAndSync/script.js
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
//PROMISE Object
|
||||||
|
|
Reference in New Issue
Block a user