type Person = {
fullName: string;
country: string;
hobbies: string[];
};
const whoAmI: Person = {
fullName: 'Cristian Baciu',
country: getCountry(),
hobbies: ['Swimming', 'Running', 'Movies'],
};
function getCountry(): string {
return 'Moldova';
}
Pinned Loading
-
bookstore-application
bookstore-application Public archiveA desktop application to manage a bookstore
C#
-
solar-system-landing-page
solar-system-landing-page Public archiveA responsive solar system landing page
HTML
-
fullstackopen-course
fullstackopen-course PublicMy coursework for Fullstack Developer Course
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.