1var test = document.body;
2this.will.be.an.error = 1;
3
4function test() {
5    return 42;
6}
7