I just wanted to try out the project and copy/pasted the example in the README-file. ``` var tree = new AvlTree(); ^ TypeError: AvlTree is not a constructor ``` Anything I can do to get this up and running?