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.';
CULTURAL FIRE |
Giant, illuminated paper floats depict mythical warriors and gods. It’s one of Japan’s most visually explosive and energetic summer festivals.
PETAL MOAT |
Home to over 2,500 cherry trees, the castle moats turn into a "pink carpet" (Hana-ikada) that is widely considered the best in Japan.
CRYSTAL CLEAR |
Hike through the Oirase Gorge for stunning waterfalls, or take a boat across the caldera Lake Towada for deep blue vistas.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';