Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSimeon committed May 10, 2020
1 parent 064fe4e commit 81608fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Async JS Notes/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ function testEmail(email) {
}, 4000);
});
}
// Async function

async function userData() {
try {
Expand Down
18 changes: 18 additions & 0 deletions functional-array-methods/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Functional array methods</title>
</head>
<body>
<h1>Javascript functional programming with array methods</h1>
<ul class="menu-list">

</ul>
<script src="script.js"></script>


</ul>
</body>
</html>

0 comments on commit 81608fd

Please sign in to comment.