Understanding promises

This commit is contained in:
2017-02-14 00:32:39 -08:00
parent 74146a17ee
commit aa4d767204
8 changed files with 300 additions and 2 deletions

13
ratefinder.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>RateFinder</title>
</head>
<body>
<table id="rates"></table>
<script src="build/ratefinder.bundle.js"></script>
</body>
</html>