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.';
THE JDM MECCA |
A world-famous gathering point for car enthusiasts, located on a man-made island in Yokohama.
HIDDEN KANTO EXPERIENCE |
A volcanic crater in Hakone where you can eat "Kuro-tamago"—eggs blackened by sulfur pools, said to add seven years to your life.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';