DEV Community

Shafayet Hossain
Shafayet Hossain

Posted on

I don't know if that's illegal or not (Sorry FBI)

Image description

const accountCheck = () => {
    if (mybalance < moneyneeded) {
        const money = getbankaccountof("Bill Gates");
        transferMoneyToMyAccount(money);
        sendThankYouNoteTo("Bill Gates", "Thanks for the loan, Bill!");
    }
}

Enter fullscreen mode Exit fullscreen mode

Apologies, FBI! Just having some harmless fun here. No need to take anything seriously! 😊😊

Top comments (0)