Coder Social home page Coder Social logo

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

Kori 🦊's Projects

furrycord icon furrycord

A multifunction bot / Un bot multifuncion (Español/English)

hurricano icon hurricano

An amazing open-source Discord bot using MongoDB with many features such as a customizable prefix, a reaction menu, music, role requirement giveaways and much more!

ideasdecodigo icon ideasdecodigo

Un pequeño repositorio para crear bases para la creación de aplicaciones en varios lenguajes de programacion

mai icon mai

A multi-functional Discord Bot

maidboye icon maidboye

A cute little maid bot for keeping your server nice and tidy.

musictube icon musictube

A Discord.js Music Bot, which connects via Lavalink and erela.js

nekoi icon nekoi

Nekoi is a Fun Bot for Discord Server, and Manage Server. Easy to Use. :octocat: 🤖

nes-games icon nes-games

Homebrew Nintendo Entertainment System games collection

osakana icon osakana

Una bot multiproposito en español, lista para servirte uwu

osakanaslash icon osakanaslash

Framework for creating a Discord.js bot with dynamic slash commands.

paw icon paw

🐾 踶 / Paw is a personalized website about myself and my projects

pogy icon pogy

A fully customizable discord bot made with discord.js with over 183 commands, 12 categories, and a fully customizable dashboard. Watching over 350,000 users and 1k guilds. [deprecated]

project-template icon project-template

A project template include tags, wiki template. Useful for project that tend to have tutorial and community support.

purr icon purr

The furry URL shortener / Cooming Soon!

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.