class WhoAmI extends Scrum Master<Student>{
name: String = "Larissa Felipe";
age: int = 23;
hobbies: Array<String> = [
"Watching series",
"Learning",
"Have a time in nature"
];
connectWithMe(): Object {
return {
Linkedin: "larissa-felipe",
Email: "larissafelipereis7@gmail.com"
}
}
}
💯
Highlights
- Pro
Popular repositories 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.