|
|
|
interface Person {
name: string;
username: string;
age: number;
hobbies: string[];
job: string;
}
const me: Person = {
name: "MANIK CHAND SAHU",
username: "Mnkubusb",
age: 22,
job: "Full Stack Web and App developer",
hobbies: ["code", "anime", "music", "gaming"],
};
console.log(me);Tools and technologies that I have worked with and I'm interested in







