class AlexanderBubnov{
· · constructor() {
· · · · this.name = 'Alexander Bubnov'
· · · · this.dayOfBirthTimestamp = 02.01.2005
· · · · this.email = 'Kinoki445@gmail.com'
· · }
· · workExperience() {
· · · · return [
· · · · · · {'16.02.2022' : 'Telegram-bot(python(telebot))' }
· · · · · · {'27.07.2023' : 'First web-site womazing' }
· · · · ]
· · }
· · skills() {
· · · · return [
· · · · · · {'HTML/CSS/JS', 'Python', 'Photoshop', 'Sony-vegas' }
· · · · ]
· · }