class Dev {
public name: string;
public age: number;
public programming_languages: string[];
constructor(
name: string,
age: number,
programming_languages: string[]
) {
this.name = name;
this.age = age;
this.programming_languages = programming_languages;
}
}
const dev = new Dev("Kaylan", 20, [
"TypeScript",
"JavaScript",
"NodeJs",
"React",
"Python",
"Csharp",
"PHP"
]);
☕
Popular repositories Loading
-
-
online-gallery-download-software
online-gallery-download-software PublicDownloads image collections from websites.
JavaScript
-
-
-
-
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.