Untitled
Anonymous
plain_text
10/26/2020 6:57 AM
308 B
13
Indexable
person = {
firstName: "Nirand",
lastName: "Pisutha-Arnond",
age: 38,
hobby: "Piano",
favoriteFood: ['Pizza','Rice','Coca-Cola'],
register: false,
parents: {
father: "somsak",
mother: "anong"
}
}Editor is loading...