America was giving knowledge to North Korea in UN, Kim Jong’s ambassador rebuked the super power, showed mirror

Highlights North Korea’s strength is continuously increasing due to the fighting in Ukraine. America has issued a big warning regarding this. North Korea attacked America by taking the name of Gaza in the UN. United Nations/Kiev: It is about to be three years since the war between Russia and Ukraine. The war is not over yet, but America’s tension has definitely increased. America has warned that North Korea’s entry into this war is benefiting Kim Jong Un’s army. A senior American official said that North Korea is gaining war experience through Russia’s help. They believe that it is gradually becoming more capable of waging war against its neighbors. US Deputy Ambassador to the United Nations Dorothy Camille Shea gave this warning while addressing the United Nations Security Council (UNSC). He said that last month more than 12,000 North Korean soldiers were actively fighting against Ukraine in Russia. “North Korea is gaining significant benefits from receiving military equipment, technology and experience from Russia, making it more capable of waging war against its neighbors,” Xi told the 15-member council. His statement came at a time when the UNSC was discussing North Korea’s new intermediate-range hypersonic ballistic missile test. He also said that North Korea could use these reforms to boost global arms sales and military training contracts. North Korea scolded America: North Korea had fired a missile on Monday. During the discussion, North Korea’s Ambassador to the United Nations, Kim Song, defended this testing. He said that this test is part of the plan to strengthen the defense capabilities of the country. Kim alleged that America is adopting double standards. Kim told the Security Council, ‘When the number of civilian deaths in Gaza exceeded 45,000, America called it the right of self-defense. But the same US raises the issue of North Korea’s right to legitimate self-defense. Russia’s Ambassador to the UN Vasily Nebenzia rejected America’s allegations that Russia is planning to give space technology to North Korea. He called it completely baseless. North Korean troops with Russia Russia has strengthened its diplomatic and military ties with North Korea since the Ukraine war began in February 2022. During the meeting, South Korean Ambassador to the UN Junkook Hwang said that North Korean soldiers are slaves of Kim Jong Un, thrown into the battlefield to raise money for his regime and acquire advanced military technology from Russia. North Korea has been under strict UN sanctions since 2006. Tags: Missile trial, North Korea, Russia ukraine war, United nationsFIRST PUBLISHED : January 9, 2025, 12:06 IST

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 *