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.';
RED-TILED ROOF |
The only castle in Japan with unique red-tiled roofing. A symbol of the Aizu samurai's bravery and resilience during the Boshin War.
WATERFALL CHERRY |
Over 1,000 years old, this massive weeping cherry tree is a National Treasure and one of Japan's most breathtaking natural sights.
EDO POST TOWN |
A preserved village with thatched-roof buildings. Try the Negi Soba—noodles eaten using a single green onion as a utensil!
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';