Skip to content
View martineoficial's full-sized avatar
🤓
That's all right, young!
🤓
That's all right, young!

Block or report martineoficial

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
MartineOficial/README.md

Hi, I'm Diana Martine.

type Dev = { name: string; role: string };
class DeveloperProfile {
  constructor(private readonly developer: Dev) {}
  getDeveloperInfo() {
    console.log(`
            Name: ${this.developer.name}
            Role: ${this.developer.role}
    `);
  }
}
const devProfile = new DeveloperProfile({
  name: "Diana Martine",
  role: "Software Engineering Analyst",
});
devProfile.getDeveloperInfo();

Contact

Popular repositories Loading

  1. MartineOficial MartineOficial Public

  2. Courses Courses Public

    This is a repo to save all courses that I taught

    TypeScript 1

  3. Studies Studies Public

    HTML

  4. Challenges Challenges Public

  5. go go Public

    Go

  6. react-native react-native Public

    TypeScript