... class Abhishek Verma {
....
constructor() {
this. name = 'Abhishek Verma'
this.dayOfBirth = '17/08/2001'
this.email = 'vermabhishek327@gmail.com'
}
workExperience () {
return [
{'10/2023-11/2023' : 'Intern at Coders Cave as a Full Stack Web Devleoper ("Virtual")' }
{'08/2022-11/2022' : 'Intern at Align Together Private Limited as a Frontend developer' }
]
}
education() {
return [
{ '2020-2024' : 'Oriental Group of Institutes - Bachelor Of Technology (Computer Science specialized Cyber Security)' }
{ '2020' : 'Anant Utsav School Simarai Bhopal - Senior Higher Secondary (PCM with Web Application)' }
{ '2018' : 'Anant Utsav School Simarai Bhopal - Higher Secondary' }
]
}
skills () {
return ['HTML', 'CSS','JavaScript', 'ReactJS', 'NodeJs', 'Oops', 'Java', 'Express.js', 'locomotive.js', MongoDB, 'Web Sockets', 'Web Scraping','Npm/yarn',
'User Interface, 'User Experience', 'Wordpress','Tailwindcss' ]
}
}