function a (){
 console.log(this);
 this.newvalue = 'hello';
}

a();
console.log(newvalue);

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.