Welcome to Frontend developer page
class ndiuky extends Developer {
public readonly fullName: string = "Farid Tipayev";
public displayName: string = "ndiuky";
public age: number = 0x12;
public contacts = {
telegram: () => "https://t.me/ndiuky_dev",
twitter: () => "https://twitter.com/ndiuky_dev",
email: () => "mailto:anod100002@gmail.com"
};
}