Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View nazdridoy's full-sized avatar

Highlights

  • Pro

Block or report nazdridoy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nazdridoy/README.md
// The essential Human blueprint                                                                     
class Human {                                                                                        
  constructor() {                                                                                    
    this.species = "Homo Sapiens";                                                                   
    this.skills = ["breathing", "eating", "sleeping"]; //                __            _             
  }                                                    //             | /  \ |      _\(_)/_          
}                                                      //            \_\\  //______/ /(o)\           
                                                       //             .'/()\'.____/`- /'     \       
// A Developer is just a Human with extra features     //      idoy    \\`.//\ _ /` \ \\  ,,  /  /   
class Developer extends Human {                        //   _\(o)/_    /  /`.,' `.,' '-.`\()/`.-'    
  constructor() {                                      //    /(_)\    /__/__/ DevLife--_'(_ )'_--.   
    super();                                           //          .  _.._  \     // /` /`""`\ `\ \  
    this.name = "nazDridoy";                           //            '    '.'`._,'  |  |  ><  |  |   
    this.mood = "😊";                                  //          /   __   \/___\,'\ /\      /  /   
    this.skills.push("coding", "googling");            //       ,  |   ><   |__,__\,-'  '.__.'  ridoy
    this.skills.push("ctrl+c", "ctrl+v");              //      . \  \      /  / .  \         _\(o)/_ 
  }                                                    //       \_'--`(  )'--'_/       _      /(_)\  
  greet() {                                            //         .--'/()\'--.      _\( )/_          
    return `Hi ! I'm ${this.name}...${this.mood}`;     //        /  /` d' `\  \      /(O)\           
  }                                                    //      _   @naz ridoy          @naz          
}                                                      //   _\(_)/_ \      /                         
                                                       //    /(O)\                                   
// Say hello!                                          //                                            
console.log(new Developer().greet());                                                                
// Output: Hi ! I'm nazDridoy...😊                                                                   
Snake animation

Pinned Loading

  1. computer-science computer-science Public

    Forked from ossu/computer-science

    πŸŽ“ Path to a free self-taught education in Computer Science!