What did Donald Trump say, the earth started trembling in South Korea, Kim Jong got the green signal from America?

Last Updated:January 21, 2025, 15:21 ISTDonald Trump News: Donald Trump’s statement has created panic in South Korea. The leaders there are unable to understand what kind of decisions Trump will take in the future. Because South Korea always needs North Korea…read more North Korean leader Kim Jong Un with US President Donald Trump. (File photo)Sol. South Korea has always been dependent on America, but Donald Trump has now given a statement which is making South Korea tremble. South Korea is always in danger from North Korea, a country led by Kim Jong Un, because they have a large stockpile of nuclear weapons. Donald Trump has given a shocking statement regarding North Korea as soon as he became President. His comment is a big blow to South Korea, which has till now had close relations with America and which is largely dependent on Washington for its security needs. According to Yonhap news agency, Trump described North Korea as a ‘nuclear power’ during a conversation with reporters immediately after his swearing-in ceremony in Washington on Monday (local time). He did not stop here, he said that there is ‘very good coordination’ between him and North Korean leader Kim Jong-un. After Trump’s comment, the South Korean government said on Tuesday that it will continue efforts for the denuclearization of North Korea. Asked about President Trump’s comments, Seoul’s Defense Ministry said the government would continue to demand the denuclearization of Pyongyang and work with the international community toward this goal. “The denuclearization of not only the Korean Peninsula but also North Korea should be continuously pursued as a condition for lasting peace and stability in the world,” ministry spokesperson Jeon Ha-kyo said at a regular briefing. Separately, an official at Seoul’s Unification Ministry, in charge of inter-Korean relations, said both South Korea and the US have maintained a ‘unified’ position on North Korea’s denuclearization. “South Korea and the United States have maintained a firm and unified stance on the goal of complete denuclearization of North Korea,” the official said. “The government will establish a close cooperation system with the new US administration.” First Published :January 21, 2025, 15:20 ISThomeworldWhat did Trump say, the earth trembled in South Korea, Kim Jong also went crazy with joy

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *