An example could be `with` function: ``` with(...
# announcements
o
An example could be
with
function:
Copy code
with("") {
        this.length     // this here is a string passed to with
    }