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.';
JAPAN.GG is the premier domain connecting the world to Japan by translating the trends, precision and passion for a global audience.
Thank you to all visitors on JAPAN.GG from all over the world!
media/inquiry: hello@japan.gg [en/日本語]
👤Human Stories curated by Andrew Nakagome👋🏽
Topics: Japan • Sports • Baseball • Culture • Games • Guide
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';