Skip to content

Commit 38623b1

Browse files
committed
add browser usage
add browser usage
1 parent fbcd441 commit 38623b1

File tree

9 files changed

+5127
-16
lines changed

9 files changed

+5127
-16
lines changed

dist/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<html>
2+
<head>
3+
<title>Getting Started</title>
4+
</head>
5+
<body>
6+
<script src="smartArrayToTree.js"></script>
7+
<script>
8+
window.onload=function(){
9+
alert(smartArrayToTree)
10+
}
11+
</script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)