Really nice compilation, Robert! I'd suggest adding the short alternative to `lengthOf(varX)`, `varX.length`, to both the string and array sections: ```js text = "hello"; array = newArray(a, "world"); print(text.length, array.length, array[1].length); ``` It comes really handy. Cheers!