Here Justin Trudeau was given the chair, on the other hand Trump played a four on the spot, what is the connection with Canada?

Justin Trudeau News: Canadian Justin Trudeau, who had messed with India, lost his chair. Canadian Prime Minister Justin Trudeau has resigned. This means that now he will not lead the Liberal Party in the next elections. Due to this, the search for the next PM in Canada has intensified. Meanwhile, America’s newly elected President Donald Trump has hit the spot. As soon as Justin Trudeau’s resignation was announced, Trump immediately reiterated his desire to merge Canada with America. Yes, Donald Trump’s first reaction to Justin Trudeau’s resignation was that Canada should now merge with America. In fact, on the announcement of the resignation of Canadian Prime Minister Justin Trudeau, Donald Trump has once again reiterated his old proposal. He had said that Canada should merge with America. Trump wrote on social media, ‘If Canada merges with the United States, there will be no tariffs, taxes will be greatly reduced and they will have complete protection from the threat of Russian and Chinese ships that constantly surround them. ‘ He further said, ‘Together, we will become a great nation!!!’ Actually, this statement of Trump came when Canadian Prime Minister Justin Trudeau announced his resignation from the post on Monday. He said internal fighting means he may not be the best choice in the next election. Trudeau said he has asked the president of his Liberal Party to begin the process of selecting a new leader. There was dissatisfaction with Trudeau. Trudeau was facing increasing dissatisfaction with his leadership. The finance minister’s sudden resignation late last year signaled turmoil within the Trudeau-led government. Shortly before the resignation announcement, an official had said that Parliament would remain suspended till March 24. The session of Parliament was to resume on 27 January. During this period, the leadership of the Liberal Party will be elected. Trudeau, who held the chair for 9 years, was the Prime Minister of Canada since 2015 and after his resignation, the search for a new leader has started in the Liberal Party. With Trudeau’s resignation, the possibility of elections in Canada this year has also increased. Earlier, Trudeau had refused to resign. But the party had put pressure on him to resign. Had warned that if he did not resign then the process of removing him from the post would be initiated. Who will be the next PM? After Trudeau’s resignation, the Liberal Party will now select an interim leader to take charge of the post of Prime Minister. Along with this, the party will also organize a special leadership conference, but this process usually takes a lot of time. If elections are held before then, the party will have to work under a Prime Minister who will not be elected by party members. This will be the first time in Canadian history. Tags: Canada News, Donald Trump, Justin TrudeauFIRST PUBLISHED : January 7, 2025, 05:57 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 *