About Me :

class ASN {
··// I can, because I did.
··// My vast variety of skills is continuously expanding.
··constructor () {
····this.name = 'Aman Singh Nishad'
····this.dateofbirth = 08082003
····this.email = 'amansinghnishad0808@gmail.com'
··}
··workExperience() {
····return [
······{ '2022-Present' : learning new Technology in the field of web development. }
······{ '2022-Present' : Learn java and Practice the DSA Problems. }
····]
··}
··education() {
····return [
······{ '2022-2026': University of Lucknow (Faculty of Engineering and Technology) - Bachelor degree (B-Tech) , Computer Science and Engineering. },
······{ '2020-2021': ' Army Public School , Chandimandir Cantt. Panchkula - Class -12(Intermediate) Percentage: 83.5% }
······{ '2018-2019': ' Army Public School , Chandimandir Cantt. Panchkula - Class -10 (High School) Percentage: 89.5% }
····]
··}
··skills() {
····return [ 'HTML' , 'CSS (Cascading Style Sheets)' , 'Java' , 'DSA (Data Structure and Algorithm)' , 'javaScript (beginner)' , 'Bootstrap' . ]
··}
}