New Delhi: What statement did Donald Trump make regarding Canada? Canadian leaders immediately attacked him. Trump repeatedly talks about merging Canada with America. Even when Justin Trudeau resigned on Monday, Trump repeated this. Donald Trump reiterated his proposal to make Canada the 51st province of America. Said that many people in Canada are also interested in making their country the 51st province of America. Trump went a step further and threatened to use ‘economic force’ to merge Canada with the US. Now Justin Trudeau has hit back at Trump regarding this. Justin Trudeau gave a befitting reply to America’s newly elected President Trump and said that there is no remote possibility of this. Responding to Donald Trump’s latest statement, Justin Trudeau said it is impossible that Canada will ever become a part of America. He wrote on X, ‘It is more likely that there will be a fire in the snow than that Canada will ever become a 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. What did Canada’s Foreign Minister say? Canada’s Foreign Minister has also attacked Trump. The Canadian Foreign Minister also supported Justin Trudeau’s point. He said that the country will never bow down to the threats of Donald Trump. Foreign Minister Melanie Jolie accused Trump that his comments showed a complete lack of understanding of Canada. On X, he said, ‘Our economy is strong. Our people are strong. We will never bow down to threats. The opposition leader also surrounded Trump. At the same time, the leader of the opposition in Canada, Pierre Poulivier said, ‘Canada will never be the 51st state of America. This is certain. We are a great and free country. We are America’s best friends. We devoted billions of dollars and hundreds of lives to helping Americans avenge the 9/11 attacks by al-Qaeda. We supply billions of dollars of high quality and completely reliable energy to America at well below market prices. We buy hundreds of billions of dollars worth of American goods. Our weak and pathetic NDP-Liberal government has failed to make these clear points. I will fight for Canada. When I become Prime Minister, we will rebuild our military and take back control of the border to protect both Canada and the United States. We will take back control of our Arctic to keep Russia and China out. We will slash taxes, cut red tape and rapidly green-light large-scale resource projects to bring wages and production back to our country. In other words, we will put Canada first. What Trump said: Canada’s reaction came when incoming US President Trump said that he is ready to use “economic power” to unite Canada and America. Trump said this a few hours after Canadian Prime Minister Justin Trudeau announced his resignation from the post of Liberal Party leader and Prime Minister. Tags: Canada News, Donald Trump, US NewsFIRST PUBLISHED : January 8, 2025, 07:55 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!