type Human = {
name: string;
gender: "Male" | "Female";
age: number;
nationality: string;
birthday: Date;
address: string,
programming_language: Array<string>;
email: Array<string>;
bio: string
}
const phamanhduc: Human = {
name: "Pham Anh Duc",
gender: "Male",
age: 19,
nationality: "Vietnam",
birthday: new Date(2002, 9, 30),
address: "Ha Noi",
programming_language: ["Javascript, Typescript, C++, C#, Java"],
email: ["[email protected]", "[email protected]"],
bio: "A Frontend Dev From Earth"
}
π
Working from home
Pinned Loading
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.


