About
NJX

情報
Japan X
グローバルコミュニティー

Test
FIRST COLLECTION

Test


Contact

andrewnakagome@gmail.com

Hi, i'm Andrew Nakagome. I'm a Full-Stack Developer and Digital Marketer. My strongest expertise is on International Economics, Artificial Intelligence, the Internet and how those markets interwine with each other.

My hobby is to brainstorm new ideas!

My project: JAPAN.GG

⛩️


Elements

Text

This is bold

i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';