JavaScript Compruebe si URL devuelve 200
checkLink = async url => (await fetch(url)).ok
Ahmed ElNawawy
checkLink = async url => (await fetch(url)).ok