Skip to content
View srclayton's full-sized avatar
👾
👾

Highlights

  • Pro

Block or report srclayton

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
srclayton/README.md

Olá 👋 seja bem vindo ao meu GitHub!

Linkedin: srclayton

About.ts

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);
    }
}

Pinned Loading

  1. srclayton.github.io srclayton.github.io Public

    Pagina pessoal

    JavaScript

  2. Quack-Fire Quack-Fire Public

    Um jogo feito em java

    Java 1 1

  3. Validador-de-cartao-de-credito Validador-de-cartao-de-credito Public

    C

  4. Rastreio Rastreio Public

    Python