Git Product home page Git Product logo

korsinemi's Introduction

Typing Kori
UwU

ยป ๐˜ฟ๐™–๐™ฉ๐™–

Estadรญsticas de GitHub Lenguajes mรกs utilizados

ยป ๐™‹๐™ง๐™ค๐™ฎ๐™š๐™˜๐™ฉ๐™ค๐™จ

FXReborn (ex. FurX / UGCatcher) PeludAPI Kyozen

ยป ๐™ƒ๐™š๐™ง๐™ง๐™–๐™ข๐™ž๐™š๐™ฃ๐™ฉ๐™–๐™จ

GitHub Visual Studio Code Discord.js JS TS Node.js MongoDB Firebase Photoshop HTML5 CSS3 NPM

import myLife from "purrfection";

class MyFurryLife {
  constructor() {
    this.moments = [];
    this.friends = [];
    this.hobbies = [];
    this.fursonas = [];
  }

  addMoment(moment) {
    this.moments.push(moment);
    console.log(`Nuevo momento aรฑadido: ${moment}`);
  }

  addFriend(friend) {
    this.friends.push(friend);
    console.log(`Nuevo amigo aรฑadido: ${friend}`);
  }

  addHobby(hobby) {
    this.hobbies.push(hobby);
    console.log(`Nuevo hobby aรฑadido: ${hobby}`);
  }

  addFursona(fursona) {
    this.fursonas.push(fursona);
    console.log(`Nueva fursona aรฑadida: ${fursona}`);
  }

  showMoments() {
    console.log("Momentos memorables:");
    this.moments.forEach((moment, index) => {
      console.log(`${index + 1}. ${moment}`);
    });
  }

  showFriends() {
    console.log("Amigos:");
    this.friends.forEach((friend, index) => {
      console.log(`${index + 1}. ${friend}`);
    });
  }

  showHobbies() {
    console.log("Hobbies:");
    this.hobbies.forEach((hobby, index) => {
      console.log(`${index + 1}. ${hobby}`);
    });
  }

  showFursonas() {
    console.log("Fursonas:");
    this.fursonas.forEach((fursona, index) => {
      console.log(`${index + 1}. ${fursona}`);
    });
  }
}

const myFurryProfile = new MyFurryLife(myLife);

myFurryProfile.addMoment("Primera convenciรณn furry");
myFurryProfile.addMoment("Creaciรณn de mi primera fursona");
myFurryProfile.addFriend("Dani");
myFurryProfile.addHobby("Dibujo de arte furry");
myFurryProfile.addHobby("Participaciรณn en foros furry");
myFurryProfile.addFursona("Prismy");

myFurryProfile.showMoments();
myFurryProfile.showFriends();
myFurryProfile.showHobbies();
myFurryProfile.showFursonas();

function decorateProfile() {
  console.log("Cute Image!");
  console.log("https://i.korsinemi.link/uwu.gif)
}

UwU

๐Ÿ’œ Korsinemi ๐Ÿ’œ
A Celebration of Furry Passion | ยฉ 2016 - 2024
All Rights Reserved

Visits

korsinemi's People

Contributors

korsinemi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.