First time on your channel but I liked it from the start. Great quality, nice audio, clear voice and content is exactly what the title says. Thank you.
@ByteGrad2 жыл бұрын
Hi, mastering JavaScript is critical if you want to be a modern, professional developer: www.udemy.com/course/professional-javascript-course/?referralCode=0C1D5752923168BC87C2 Also, if you are a front-end developer then mastering CSS (including Flexbox, CSS Grid, etc.) is equally important: www.udemy.com/course/professional-css/?referralCode=4C3C08E82629E6B15752
@HarisSohail-q4q Жыл бұрын
Man. I am seeing you the first time, and I think you have brilliantly explained the concept. Awesome 💯
@kavindudilshan8818 Жыл бұрын
this is the best video i have fond in youtbe for JSON with Fetch API in JavaScript it is very good
@mauricioknabben27932 жыл бұрын
Thank you for all! Greetings from Brasil, this video helped me a lot with a college project
@seekknowledge19283 ай бұрын
Sir you explain very well. I am amazed. ❤
@Farid90863 ай бұрын
Thank you so much my brother ❤
@socialpeople6615 Жыл бұрын
Thank you!!! You helped me figure out the FormData.
@marynakryvoruchenko1393 Жыл бұрын
Thanks for the video! Is there a json file that the information gets stored to so I could display it in another file?
@iv4nschneider Жыл бұрын
Amazing explanation !!! Thank you.
@majorcodegeek Жыл бұрын
Your video worked and so simple. Thank you so much
@gunnarvispoel Жыл бұрын
Awesome video, very clear.
@mikempaka6269 Жыл бұрын
Hi ByteGrad, I'm trying to Post from my Api I created in locahost and I have an '''error of SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data". Can it be possible to Post also in API in localhost?
@metifu Жыл бұрын
what about only specific form elements only like "user name" "terms of condition" for the Object?
@032_jatingaur72 жыл бұрын
awesome bro💯
@ajaygulani30862 жыл бұрын
Thank you! this is exactly what I was looking for!
@igorvenancio58992 жыл бұрын
You're a really good teacher. Thanks
@troymelok831 Жыл бұрын
Hi, thanks for sharing. I don´t understand why is needed to convert to json if we can send FormData directly and then in the php file get data with POST if we use this method to send of course
@edwintjoa60992 жыл бұрын
Thanks for your video, you made it so easy to understand and implement.
@ibrohimahmadjonov68597 ай бұрын
How the page is not reloading after POST method, i cannot do that, please help
@selsabildjazouli7486 Жыл бұрын
that was soo helpful, thank you
@sinki3322 Жыл бұрын
When I try to console log my elements, it says « null » and when I try to send them to the api it says « failed to load resource: server responded with 401 ». Do you have ideas on how I could fix it ? Thank you for your video
@narendrapatil8407 Жыл бұрын
Thank you it helped me in my project
@koenstuurman1532 жыл бұрын
Hi, Thanks for the amazing tutorial. I have 1 issue, I did the exact same thing, but I get the "form.html:82 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')" error. What could be the issue here?
@ByteGrad2 жыл бұрын
Hi, probably you didn’t select the HTML-element properly with querySelector
@koenstuurman1532 жыл бұрын
@@ByteGrad you're right I used id instead of class hehe. Thanks!
@hayf0_bs10 ай бұрын
hi! theme name?
@Hrit2 жыл бұрын
Thanks for such a clear explanation!
@yeonjoon6637 Жыл бұрын
Hiii the url u r giving how do I identify how can provide that url!?? Which url nd how can provide it crtly!?
@sachinvarma9949 Жыл бұрын
Thank you so much brotherrr
@derrickk2916 Жыл бұрын
Very helpful!
@JoaqoCR7 Жыл бұрын
Nice video bro!
@muhamadrifqi2612 Жыл бұрын
Hi, Thank you so much for the amazing tutorial. I have 1 issue, I did the exact same thing, but I get the "crbug/1173575, non-JS module files deprecated." then the page is not working. What could be the issue here?
@MarcelReig2 жыл бұрын
Thanks, good video!
@StephaniePena-wq3pe Жыл бұрын
Does this code works if I want to make a form that has to use json information ?
@valdompinga2 жыл бұрын
What if the data to submit is an array of json's? when i send to the backend it gets there on a whole differente format and messes up everything, thank you!
@ByteGrad2 жыл бұрын
Hi, I don’t know what an array of json’s. You have a code example?
@valdompinga2 жыл бұрын
@@ByteGrad Hello thanks for answering, my issue is that im trying to post data to a server that expects a JSON array, an exemple of it is: [{name : "Joe"},{name : "Bill"} ], i tested the endpoint using Insomnia REST, posting an hardcoded JSON array and it works fine, but on the frontend code, the js object is stored in variable because i had to do data pre propressing, so when i posted the data, i did: JSON.stringify(varWithPreprocessedJsObject). What the server recieved it would be equivalent to {[{"name" : "Joe"},{"name" : "Bill"} ]" : ''} So my question is, do identify something i did wrong? Sorry for the long text... thank you!
@ByteGrad2 жыл бұрын
When you do JSON.stringify() you make it JSON format. Maybe it was already JSON format when you do JSON.stringify()? You would be doubling it
@valdompinga2 жыл бұрын
@@ByteGrad BRO, THAT WAS IT! Thank you so much man! Can i follow u on linkedin?
@ByteGrad2 жыл бұрын
Nice. It’s a common mistake. Sorry don’t have LinkedIn
@MohammadhasanAbbasi Жыл бұрын
thank you very much for this video
@sharathkk1807 Жыл бұрын
thank you so much sir .
@sumith2 жыл бұрын
very usful
@Epic_StoriesByPrit Жыл бұрын
can u make vedios on lua luci cause there is very rare material available one internet
@aromalunnikrishnan161 Жыл бұрын
Thank you sir
@Onesmo10 ай бұрын
thank you so much
@jayroo10 Жыл бұрын
Hi, are you on UpWork by any chance? as i am trying to fix a piece of code, that needs a "save post" button on the front end, to save response text into a post, it supposed to be straight forward, but I am having trouble with the authenticity token I think, which wont allow the submission to go through. Is there any way to get your help? do you do that kind of thing? thank you