test.js 90 B

123456
  1. var obj=new Object();
  2. obj.message='Andrej';
  3. function print(){
  4. return this.message;
  5. }