
New Delhi: America’s newly elected President Donald Trump has gone after Canada. Till now he was only talking about merging Canada with America. Now Donald Trump has gone one step further. America’s newly elected President Donald Trump has shared two maps on Canada. In these, Canada has been described as a part of America. Such steps of Trump are continuously irritating Canada. Actually, Donald Trump first shared a map on the social media platform Truth. In this he has shown Canada as a part of America. While posting this map of America, he wrote, ‘Oh Canada!’ After this he shared another map. It is written on it – United States. In fact, Donald Trump has repeatedly called Canada the ’51st state’. He said on Tuesday that he would use ‘economic power’ and not ‘military power’ to take over Canada. In fact, during a press conference at his Mar-a-Lago resort in Florida, Donald Trump was asked whether he would also use the military to take over Canada. To this Trump replied, “No, economic power.” For some time now, Trump has been continuously saying that Canada should become the 51st state of America. Even on Canadian Prime Minister Justin Trudeau’s announcement of stepping down from the post of PM and leader of the Liberal Party, Trump reiterated his point that Canada should become the 51st state of America. Trudeau has responded to Trump, however, Canadian leaders are furious over Trump’s statement. Justin Trudeau gave a befitting reply to President Trump and said that there is no remote possibility of this. Trudeau wrote on Twitter, ‘It is more likely that there will be a fire in the snow than that Canada will ever become part of America. The workers and communities of both our countries benefit from being each other’s largest trading and security partner. In this way he made it clear that there is no possibility of merger of the two countries. ‘Canada will not bow down’, Canadian Foreign Minister Melanie Jolly said that Trump’s statement shows his complete lack of understanding of Canada. He stressed that Canada will never bow down to threats. He said on Twitter, ‘Trump’s statement clearly shows that he does not understand what makes Canada a strong country. Our economy is strong. Our people are strong. We will never bow down to threats. Tags: Canada News, Donald Trump, US NewsFIRST PUBLISHED : January 8, 2025, 09:28 IST
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!