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.';
INDONESIA | Indonesia and Japan share a unique bond as fellow nations on the Pacific Ring of Fire, a region known for its high seismic and volcanic activities. Japan is also heavily exposed to the vulnerabilities of natural disasters and understands the damages caused by it. The bond between the two countries strengthened after the 2004 earthquake and tsunami that struck Aceh and again following the powerful 2018 earthquake and tsunami that hit Palu in Sulawesi. This shared experience has forged a deep sense of mutual understanding, cooperation and support, highlighting the powerful connection between both Indonesia and Japan.
Indonesia's Disaster Risk Management Journey
Fun Fact❓: Rainych Ran is a famous J-Pop Cover Artist from West Sumatra, Indonesia with over 2.48 million followers on YouTube. She is a cultural bridge and ambassador between Indonesia and Japan!
RAINYCH [Top 3 YouTube] ① Stay With Me (Cover) ② SAY SO Japanese Ver. (Cover) ③ Naruto: Hero's Come Back (Cover)
Text
This is bold
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';