- Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathdebugbench.html
More file actions
Latest commit
13 lines (13 loc) · 430 Bytes
/
Copy pathdebugbench.html
File metadata and controls
13 lines (13 loc) · 430 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<metahttp-equiv="Content-Type" content="text/html; charset=UTF-8" />
<scripttype="text/javascript" src="debugbench.js"></script>
<title>Pocket JavaScript debug bench</title>
</head>
<body>
<h1>Debug bench</h1>
<inputtype="button" onclick="alert(fibo(20))" value="Fibo(20)" />
</body>
</html>