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 REAL LAPUTA | Abandoned red-brick military forts being reclaimed by thick vines and forest. These uninhabited islands look exactly like a Ghibli set piece.
MONASTIC LODGING | The center of Shingon Buddhism. Visitors can stay in temple lodgings (shukubo), participate in morning prayers, and walk through the atmospheric Okunoin cemetery.
DIVINE CASCADE | Japan's tallest single-drop waterfall, framed perfectly by the vermillion Three-Story Pagoda of Seiganto-ji. A cornerstone of the Kumano Kodo pilgrimage.
WHITE SANDS | Famous for its silica sand imported from Australia and its open-air hot springs that overlook the crashing waves of the Pacific Ocean.
THE SWEETEST PEEL | Wakayama is the mikan capital of Japan. Arida mandarins are world-renowned for their high sugar content and thin, easy-to-peel skin.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';