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.';
GLOWING CANALS | The heart of Osaka's "Kuidaore" (eat until you drop) culture. Home to the Glico Man, giant mechanical crabs, and the best street food in the world.
IRON FORTRESS | A symbol of Japan's unification. The massive stone walls and golden-leafed detailing overlook a park that transforms during Sakura season.
VINTAGE VIBES | Modeled after Paris and Coney Island in 1912, this district serves the city's best Kushikatsu and holds a gritty, nostalgic charm.
OTA-CULTURE | Osaka's answer to Akihabara. A concentrated grid of retro game shops, figure stores, and electronics hidden in plain sight.
THE OSAKA STANDARD | Molten lava centers of dashi-rich batter and octopus. Seek out the vendors with the longest lines in Namba for the authentic burn.
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';