Contoh penggunaan URL API dan URL Search Params API untuk membuat Query String di dalam URL Http Request. Kemudian URL Query String yang telah dibuat tersebut dipakai untuk Http Request dengan menggunakan Fetch API . Tanpa menggunakan tambahan library.
-----------
Referensi :
https://developer.mozilla.org/en-US/docs/Web/API/URL
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
#javascripttips
-----------
Referensi :
https://developer.mozilla.org/en-US/docs/Web/API/URL
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
#javascripttips