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

621cord icon 621cord

Discord bot for e621.net / Forked for update

animaction icon animaction

Obtén imágenes, textos y gifs del tipo anime para comandos de acción, reacción y diversión o para los que quieras, además 100% en español y muy fácil de usar.

atlantabot icon atlantabot

🤖 Another powerful Discord Bot with a web-dashboard used by more than 130k users!

condouploader icon condouploader

Created by hqnt & Bannable - Forked for archiving and updating purpouses

discollector icon discollector

Library to easily create message collector, reactions collector and reactions role on discord.js v12, with customization ways.

discord-bot-dashboard-v2 icon discord-bot-dashboard-v2

Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to help create applications without writing a single line of code while using a user friendly Web-Dashboard!

discord-js-bot icon discord-js-bot

🤖 Multipurpose discord bot built using discord.js v14 with moderation, music, ticketing, translation, and much more

discord-list icon discord-list

Imagine a place - where you get to find everything about discord! Ranging from bots, to users, servers, templates, banners, stickers and emojis!

discord-musicbot icon discord-musicbot

An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!

djs-handler icon djs-handler

Simple and easy to use Discord.js command and event handler, use this template for your next bot!

droow icon droow

A php epic website for everyone

evobot icon evobot

🤖 EvoBot is a Discord Music Bot built with discord.js & uses Command Handler from discordjs.guide

free-domains icon free-domains

🌐 Grab your own subdomain (for personal sites, open-source projects, and more) for free

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.