Skip to content

arafatansari/arafatansari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 

Repository files navigation

๐Ÿ–ฅ๏ธ r3y3r53(Arafat): r3y3r53 ๐Ÿ–ฅ๏ธ

๐Ÿ‘‹ Greetings, fellow cyber enthusiast!


๐Ÿ•ต๏ธโ€โ™‚๏ธ Welcome to my digital alter ego:

  • ๐Ÿ”’ Master of codes, breaker of chains. I venture deep into the realms of Infosec & Blockchain.
  • ๐ŸŒ Defender of the digital frontier. My mission? Safeguarding bytes and bits against the unseen.
  • ๐Ÿ’ก Constantly evolving, learning, and hacking the matrix of cyber technologies.

๐Ÿงฐ Tools of the Revolution:

Bashย  Pythonย  Gitย  Javascriptย  NodeJSย 

๐ŸŽง Soundtrack of My Life:

Music fuels my code. Here are some tracks that keep me in the zone:


๐Ÿ“Š Digital Shadows:

GitHub Streak Stats GitHub Stats

๐Ÿ•น๏ธ Play with Me:

Want a break? Let's play a quick game of Rock, Paper, Scissors!

function game(playerChoice) {
    const choices = ["rock", "paper", "scissors"];
    const computerChoice = choices[Math.floor(Math.random() * 3)];
    if (playerChoice === computerChoice) {
        return "It's a draw!";
    }
    if (
        (playerChoice === "rock" && computerChoice === "scissors") ||
        (playerChoice === "scissors" && computerChoice === "paper") ||
        (playerChoice === "paper" && computerChoice === "rock")
    ) {
        return `You win! Computer chose ${computerChoice}`;
    } else {
        return `You lose! Computer chose ${computerChoice}`;
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors