Enes Deliduman

Web Devoloper

01 const d1 = new Devoloper({

02 name:"Enes",

03 surname: "Deliduman",

04 age: 21,

05 university: "Abant İzzet Baysal Üniversitesi",

06 field: "Bilgisayar Programcılığı",

07 grade: 1,

08 technologies: [

09 "HTML", "CSS", "Tailwind CSS", "Bootstrap",

10 "JavaScript", "Go", "NodeJS", "ExpressJS",

11 "SQL - MySQL", "MongoDB"

12 ]

13 });