Khaled Khyri, UN Assistant Secretary-General for the Middle East, Asia and the Pacific, addressed the Security Council on Wednesday, saying that global efforts for disarmament and non-proliferation still face threats. He said that the DPRK, or North Korea , has fired a new type of medium-range hypersonic ballistic missile (IRBM) just two days ago. A senior UN official quoted an official statement issued by North Korea as saying That the missile fell into the sea after completing its flight on its predetermined path at 12 times the speed of sound. According to the DPRK, the firing of this missile had no negative impact on the security of neighboring countries, however. No notification was issued for air and maritime security. On the basis of this statement, Assistant Secretary General Khaled Kheri said that the defensive measures of the opposing country can be destroyed with this system. Hypersonic Vehicle The systems fly at least five times the speed of sound and are relatively difficult to be targeted by defense systems. Five-Year Plan He expressed concern that this is the fourth time since the beginning of 2024 that the DPRK has fired a missile through an IRBM system. In the same period, intercontinental ballistic missiles as well as short-range missiles have also been launched. Was released. Additionally, an attempt was made to launch a reconnaissance satellite for military purposes. The Assistant Secretary-General said that the DPRK is active in acquiring new military capabilities as part of its five-year military development plan. This plan has now entered its last year. According to him, this plan includes nuclear weapons, very large nuclear warheads, other medium and long range missiles, military reconnaissance satellites, nuclear powered submarines and other capabilities. The DPRK administration recently stressed that the plan will be successfully completed by 2025. On disarmament efforts, Khaled Khyrii said that the DPRK The DPRK’s continued nuclear and ballistic missile programs are weakening nuclear disarmament and non-proliferation arrangements. “This increases tensions and further isolates the DPRK in the international community.” He urged the DPRK to fully discharge all its international obligations. The Assistant Secretary-General said that we have entered a period of increasing challenges to global peace and security in 2025, and reducing tensions on the Korean Peninsula is extremely important. Is necessary.
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!