export class Clayton extends Student{
private name: string;
private technologies: string[];
constructor(name: string, technologies: string[]) {
this.name = "Clayton";
this.technologies = [
"Java", "C/C++", "JavaScript", "TypeScript", "Node.js",
"MSSQL", "MongoDB",
"Next.js", "TailwindCSS", "Bootstrap", "Materialize"
];
}
public everyday(): void {
do {
this.neverStopLearning();
this.beAwesome();
if (success) {
this.celebrate();
}
} while (alive);
}
}
👾
Aluno do curso Sistemas De Informação na Universidade Tecnológica Federal do Paraná (UTFPR), em processo de aprendizagem no meio de todo o mundo da tecnologia.
- Curitiba - PR
- srclayton.github.io
Highlights
- Pro
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.