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

rhgdev icon rhgdev

No description, website, or topics provided.

ticket-bot icon ticket-bot

Discord ticket bot with buttons made with Discord.js v13

toolcord icon toolcord

djs-helper-v13 is a helper for discord.js v13. It has many useful things, that make v13 easier!

tsuyo icon tsuyo

🤖 A light-weight and easy-to-use modular Discord bot built with DiscordJS.

tutorial-discord-bot icon tutorial-discord-bot

Nesse repositório, irei dizer um pouco sobre oque aprendi com slash commands, ensinando a fazer um handler, e alguns comandos.

ugcatcher icon ugcatcher

El mejor sniper de roblox, mejorado y relanzado

visualwebcode icon visualwebcode

A Package for use Visual Studio Code without installation > Watch a live demo clicking this link .w.

zakbot icon zakbot

Zak is multipurpose discord bot made with discord.js v13

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.