Skip to content

sai-prasad-1/sai-prasad-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Hi there 👋

const saiprasad: SaiPrasad = {
    name: 'Sai Prasad',
    pronouns: 'He',
    code: ['JavaScript', 'Python', 'Java', 'Golang'],
    askMeAbout: ['web dev', 'Geopolitics, 'DevOps'],
    currentFocus: 'Exploring new DevOps tools and practices',
    sayHi: function () {
        console.log(`Hi there! I'm ${this.name}, a software enthusiast with a passion for Full Stack development and DevOps.`);
    },
    funFact: 'There are two ways to write error-free programs; only the third one works',
};

saiprasad.sayHi();

console.log(saiprasad);

📊 GitHub Stats:



Releases

No releases published

Packages

No packages published