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.';
Founded by Kano Jigoro Shihan in 1882, the Kodokan is the world headquarters of Judo. It remains the most prestigious place to train, featuring eight floors dedicated to the "Gentle Way" and a museum of its rich history.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';