Sasa Zuza

In the Process of Becoming a

 
   let developerInfo = {
          firstName: 'Sasa',
          lastName: 'Zuza',
          location: 'Sarajevo, BA',                    
          background: 'LawBussines',
          hobbies: ["Programming", 
                    "MTB-Cycling", 
                    "Running",
                    "Music"]                    
    };
              
    while (alive)  {
          eat();
          sleep();
          code();
          repeat();
    };