- Install the repo.
- Open in vscode and open
index.html
- Open with live server vscode extension.
- Include script you want to see it's output in console ex:
<script src="./Tree/BinaryTree.js"></script>
index.html
<script src="./Tree/BinaryTree.js"></script>