1
2
3
4
5
6
7
8
9
aboutMe = {
name: "Sergey Ilyashevich",
contact: {
"email": "[email protected]",
"telegram":"@e_ident",
"phone":"+7(920) 670-99-01"
}
}
1
2
3
4
5
6
7
8
9
card.info (
"Sergey Ilyashevich",
flipCard = true
);