A ‘decision’ by Musk, Americans suddenly started insulting Indians, what happened? MP said- this is Hinduphobia

New Delhi. Elon Musk, who will be a minister in the Donald Trump government, had created a stir a day earlier after seeing his statement on H1B visa. Musk said that he will improve this visa policy so that more and more Americans can get jobs here. After Musk’s statement, a political upheaval seems to be coming in America. Biden’s Democrat Party MP Shri Thanedar alleged that ever since the ‘genie’ of H1B visa has come to light, Hindus are being continuously targeted. He said that since then, hateful comments towards Hindus are being made by American people on social media. It was said that there is Hindu phobia in the minds of Americans. In fact, Elon Musk, along with Vivek Ramaswamy of Indian origin, has been given the responsibility of the Department of Government Efficiency in the incoming Donald Trump government. While replying to a user’s comment on social media, he had said that the H1B visa is broken. This needs improvement. Musk said that when he comes to government, two main steps will be taken to improve H1B visas. First- Minimum salary will be fixed so that a person coming from outside cannot work here cheaply. Second- Annual expenditure on H1B visa visa will be added so that the employer thinks many times before hiring a foreigner and priority is given to the local. Why the anger against Indians? Two things became clear from Musk’s decision. Firstly, coming to America will now become more expensive than before and secondly, foreigners will no longer be able to work in America at low salaries. In such a situation, there are continuous reactions on social media regarding Elon Musk’s move. Because the Hindu community living in America is quite prosperous. Therefore, there is no dearth of people who vent their anger against Hindus on the pretext of H1B visa. What did the MPs say on Hindu-phobia? Seeing the increasing hatred towards Hindus in America, Joe Biden’s party MP Shri Thanedar termed it as Hindu phobia. He wrote on X, ‘Racism is still alive in America and we have to stand united against it. Read any post related to H-1B visa, everyone is targeting Indians living in America. That is why I had brought a resolution condemning Hinduphobia, supported by two parties, in which such things were condemned. Tags: America News, Elon Musk, World newsFIRST PUBLISHED : December 31, 2024, 08: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 *