Skip to content
View bjorn001585's full-sized avatar
🦊
Fyr
🦊
Fyr
Block or Report

Block or report bjorn001585

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
bjorn001585/README.md
class About extends Person {
  About(): super(
    name: "San Krayer",
    age: Person.rangeAge(22, 23),
    sex: "Male",
    special: "Fox",
    skills: [
      "TypeScript",
      "Dart",
      "React",
      "Next",
      "SCSS",
      "CSS",
      "HTML",
      "Mongoose",
      "Firebase"
    ],
    interests: [
      "Programming",
      "Game",
      "Astronomy",
      "Science",
      "Furry"
    ]
  );

  @override get fullInfo => "Hi, I'm $name, I'm $age and I like ${interests.smartJoin(",", "and")}";
  @override get fullSkills => "My skills ${skills.smartJoin(",", "and")}";
}
void main() {
  var me = About();

  print(me.fullInfo);
  print(me.fullSkills);
}
💻 Статистика профиля GitHub
DenverCoder1's Github Stats DenverCoder1's Top Languages

Popular repositories

  1. planetgame planetgame Public

    JavaScript 1

  2. bjorn001585 bjorn001585 Public

  3. RockScissorsPaper RockScissorsPaper Public

    Kotlin

  4. weather-app weather-app Public

    TypeScript

  5. Processing4 Processing4 Public

    Processing

  6. random.dart random.dart Public

    Dart