[WP] 28.02.2023 | AJAX
fig 1.1 ajax requests scheme ----------------------------------------------------------------------- This day was especially hard step in my journey.Amount of time spent on a single exercise involving network communications using http protocol and ajax(older XMLHttpRequest or more recent fetch() interface) and basic display of received information shows how much I have ahead of me to learn. Anyway I am going to roll my sleeves up and continue in my strive! All surroundings were described. The exercise was mainly about fetching data and conditionaly render it on a screen. Peace of cake u say. It may be… but to be honest I had some probles in getting the requested outcome. I was given pre made index page and API response specifics. The endpoint was given. User input in search bar was to be passed to API via query params with GET request URL. Final url passed to fetch had form of `${ENDPO...