Can anyone explain the output of this line of code?
$.get("http://192.168.4.1:80/", {pin:p});
I understand that it is an Ajax code that sends data through a GET request, but I am trying to manually send the same data like this ".../pin:13" or "", however it does not work. I am particularly confused about "{pin:p}", as I do not know the output of that. I would appreciate it if someone could provide an answer.