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 FIVE ARCHES | A beautiful wooden bridge in Iwakuni built in 1673. Its unique arch design was engineered to withstand the strong currents of the Nishiki River.
THE RED TUNNEL | 123 vermillion torii gates that wind down a cliff toward the ocean. Famous for its offering box placed high up on the gate entrance—toss a coin for good luck!
GIANT LIMESTONE CAVERN | One of the largest limestone caves in Asia. Walk through massive halls and see surreal rock formations like the "Golden Column."
SAMURAI PRESERVATION | A beautifully preserved district where you can walk through old samurai residences and visit kiln workshops famous for Hagi-yaki pottery.
[Origin: Shimonoseki]
THE ULTIMATE CHALLENGE | Shimonoseki is the Fugu capital of Japan. Sample thinly sliced sashimi (Tessa) or fried fugu—expertly prepared by licensed masters.
[Style: Hagi-yaki]
TEA CEREMONY FAVORITE | Famous for its "seven changes"—the color of the glaze subtly shifts over years of use as tea seeps into the porous clay.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';