import Animal from './Animal' const cat = new Animal('Барсик') console.log(cat.getName()) // Барсик