forked from GSA-TTS/usdc-find-search-term-in-books
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tester.html
29 lines (28 loc) · 971 Bytes
/
tester.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>USDC Javascript Tester</title>
<script src="book_search.js"></script>
</head>
<body>
<h1>USDC Code Tester</h1>
<p>
This HTML file should help you test your JavaScript.
</p>
<p>
Feel free to test your code as you wish. We will be evaluating your submissions in a testing script in our browsers that is similar to this.
</p>
<p>
We imagine you would use this file in the following way:
</p>
<ol>
<li>Open this file in a browser.</li>
<li>Open the web developer console.
<ul><li>If you have not done any work on the code yet, you <em>should</em> see two failing tests.</li></ul>
</li>
<li>Work your solution using a text or code editor of your choice.</li>
<li>To iteratively test your work: 1) save your code, 2) flip back to this window, and 3) reload the page.</li>
</ol>
</body>
</html>