the goal is to be able to add the flag `fetch` when fetch is re-assigned: ```js const fetchBis = fetch; fetchBis(url); ```