1 // Personal information1let name = 'Robin Malfait'2let location = 'Ghent, Belgium'34// Hobbies5let hobbies = [6 'Programming',7 'Eating food',8 'More programming',9 'Gym',10 'Writing useless comments in code', ■Like the one above the variable name...11]12