Skip to content
/ Nuyyu Public

Beni Tanı

Notifications You must be signed in to change notification settings

Nuyyu/Nuyyu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 

Repository files navigation

Welcome to Nuyyu's Profile

wfp
  • 👋 Hi, I’m @Nuyyu
  • ❤️ I love developing software (Mostly with JavaScript & Python)
  • 🌱 I'm currently working on Game Development
  • 💼 I'm a Full-stack developer at home
  • 💬 Ask me about anything here! I am happy to help.





𝚙𝚛𝚘𝚏𝚒𝚕𝚎 𝚟𝚒𝚎𝚠𝚜𝙶𝚒𝚝𝙷𝚞𝚋 𝚏𝚘𝚕𝚕𝚘𝚠𝚎𝚛𝚜𝚃𝚘𝚝𝚊𝚕 𝚂𝚝𝚊𝚛𝚜

𝚝𝚛𝚘𝚙𝚑𝚢

Languages

Software and Tools



  


𝚐𝚒𝚝𝚑𝚞𝚋 𝚐𝚛𝚊𝚙𝚑


WarForPeace's Discord Profile WarForPeace's Telegram Profile WarForPeace's R10 Profile



spotify-github-profile

class Nuyyu {
  constructor(...options){
    this.Name = "Nuyyu"
    this.Type = "Human"
    this.Sex = "Male"
    this.Age = "v19.9",
    this.Height = "1.87"
    this.Birthday = "17/11/2002"
    this.Job = "Student & developer"
    this.Discord.Tag = "↯ Nuyyu#6008"
 }};


class CreateMan extends Nuyyu {
  constructor(...options){
    Super(options)}

  private _Coding(){
    void "I love coding... ❤️" }

  private _Sleep(ms){
    return new Promise(resolve => setTimeout(resolve, ms)) }

  async CreateDay(){
    this._Coding()
    await this._Sleep(18000000)
    this.CreateDay()
}};


let Nuyyu = new CreateMan()
Nuyyu.CreateDay();