Demian Dekoninck
1
1
const name = "Demian Dekoninck";
2
2
const location = "Torhout, Belgium";
3
-
const age = 26;
3
+
const age = 27;
4
4
5
5
const education = [
6
6
{
7
7
school: "HoGent",
8
8
title: "Bachelor's degree: Applied informatics"
9
-
}
9
+
},
10
+
{
11
+
school: "Ghent University",
12
+
title: "Master of Science in Information Engineering Technology"
13
+
}
14
14
];