JavaScript Vérifiez si l'URL renvoie 200

checkLink = async url => (await fetch(url)).ok
Ahmed ElNawawy