Copy

Object.keys( object );

class Component {
  constructor() {
  }
}

const component = new Component();
  

Changing Texts

console.log( 'hi!' );
  

Changing Duration

console.log( 'hi!' );