Last Updated:January 11, 2025, 14:49 IST los angeles wildfire News: The wildfire that broke out in Los Angeles, California has so far destroyed about 12,000 houses. At least 11 people have died in this. On Tuesday, due to gusts of Santa Ana winds…read more The death toll due to forest fire in Los Angeles increased to 12. California Fire: The orgy of fire continues in California, America. The whole world is watching the scene of devastation caused by fire in the forest of Los Angeles. It seems as if Los Angeles has been completely destroyed. So far, more than 12 thousand houses and buildings have been destroyed in Los Angeles. So far 11 people have lost their lives in this fire. It is difficult to say when this devastation of the Los Angeles fire will end. The devastation caused by the fire started last Tuesday. Till now it has not been completely controlled. There was a forest fire on Tuesday. But due to Santa Ana winds it took an even more monstrous form. The fire was controlled to some extent on Thursday. But the Meteorological Department says that the fire may intensify once again during the weekend. It is becoming difficult to estimate the extent of loss suffered by America due to this fire. America has never seen such a devastation. It is believed that this is the worst fire in the history of America. America has never suffered so much loss in any fire till date. The financial impact of the loss is not yet clear. AccuWeather, a private company that provides weather data, has estimated that the loss could be up to $ 150 billion. If we talk in Indian currency then this loss is around Rs 1,29,29,32,91,55,000 (150 billion dollars). However, government officials have not yet given any estimate of the loss. So let us know 5 big updates related to Los Angeles Wildfire – How much loss is estimated to be around 150 billion dollars i.e. Rs 1,29,29,32,91,55,000. How many houses and buildings were destroyed? A total of more than 12 thousand houses and buildings were destroyed. More than 5300 buildings were damaged or destroyed in the mountainous coastal area of Pacific Palisades. These included the homes of celebrities like Jamie Lee Curtis and Billy Crystal. -More than 7,000 buildings were burned to the ground in North Pasadena. These include houses, apartments or commercial buildings and vehicles. How many people’s troubles increased – Lives of 1.7 crore people affected due to fire. Due to dense clouds of smoke and ash in the sky, advisories have been issued to 17 million people in Southern California regarding air quality and dust. Where electricity was lost: In Southern California, more than 175,000 homes were without electricity. Nearly half of these were from Los Angeles County.
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!