class SoftwareEngineer {
name: string;
role: string;
languageSpoken: string[];
constructor() {
this.name = "João Pedro Matias";
this.role = "Software Engineer";
this.languageSpoken = ["pt_BR", "en_US"];
}
sayHi(): void {
console.log("Thanks for dropping by, hope you find some of my work interesting.");
}
}
const me = new SoftwareEngineer();
me.sayHi();
Popular repositories Loading
-
-
-
rinha-frontend
rinha-frontend PublicForked from codante-io/rinha-frontend
Repositório oficial da Rinha de Front-end
TypeScript 1
-
react-native-maps
react-native-maps PublicForked from react-native-maps/react-native-maps
React Native Mapview component for iOS + Android
Objective-C 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.