extend the below $.get to call failhandler when the request fails.
1 function requestHandler console.log( "Internet connection issue. Please try again.") 4 5 $.get("https://wp.zybooks.com/fakeur1.php", "zip" "98210" , function(data) ( 6 console.log("Data handled"); i 7 J, "json")/ Your solution goes here