Netanyahu says promise to destroy Iran's nuclear programme fulfilled

Netanyahu says promise to destroy Iran's nuclear programme fulfilled
Israeli security forces and first responders gather at the site of an Iranian strike that hit a residential neighbourhood in the Ramat Aviv area in Tel Aviv on June 22, 2025 (AFP photo)

OCCUPIED JERUSALEM — Prime minister Benjamin Netanyahu said Sunday that his promise to destroy Iran's nuclear facilities had been "fulfilled" following strikes carried out "in perfect coordination" between the Israeli and US militaries.

"From the beginning of the operation, I promised you that Iran's nuclear facilities would be destroyed, one way or another. This promise has been fulfilled," Netanyahu said in a video message posted to social media.

"A short while ago, in perfect coordination between me and President (Donald) Trump, and in perfect operational coordination between the (Israeli forces) and the US military, the United States attacked Iran's three nuclear facilities (at) Fordo, Natanz and Isfahan," he added.

Iran's foreign ministry said the US attacks Sunday on nuclear facilities showed that Washington "will stop at no illegality or crime" to support Israel.

"It has now become abundantly clear to all that the very regime which enjoys permanent membership in the Security Council is beholden to no principle or morality and will stop at no illegality or crime to serve the aims of a genocidal, occupying regime," the ministry said in a statement, referring to the United States and Israel respectively.

At least 16 people were hurt and at least one impact was reported in central Israel after Iran launched two waves of missiles at the country following the US bombing of its nuclear sites, rescue services and reports said.

Israel's Magen David Adom rescue service said in a statement that it had "evacuated 16 people to hospital, including a 30-year-old man in moderate condition after being wounded in the upper body by shrapnel".

Public broadcaster KAN 11 showed images of a devastated building surrounded by mounds of rubble that it said was in central Israel, following the two waves of missiles launched at Israel from around 7:30 am (0430 GMT).

Sirens rang around the country after the Israeli army reported the incoming missiles, with air defences activated shortly afterwards, causing loud explosions heard in Tel Aviv and Jerusalem.

Iran's armed forces said Sunday they targeted multiple sites in Israel including Ben Gurion airport, after US attacks on key nuclear sites in the Islamic republic.

"The twentieth wave of Operation Honest Promise 3 began using a combination of long-range liquid and solid fuel missiles with devastating warhead power," the armed forces said in a statement quoted by Fars news agency. The targets included the airport, a "biological research centre", logistics bases and various layers of command and control centres, it added.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });