This video was so much easier after the previous one! I don't know why but when I saw the name JSON in title I was preparing to something hard to understand but it turned out to be false expectation. You made it easy and clear - thank you!
@DaveGrayTeachesCode2 жыл бұрын
Glad to hear that and you're welcome! 💯
@adamwhite425 Жыл бұрын
@@DaveGrayTeachesCode is it going be hard find tech job because of all the lay off?
@SC-bv6kx3 жыл бұрын
JSON is not mysterious anymore. "stringify" to send, "parse" to get. ✌
@DaveGrayTeachesCode3 жыл бұрын
Glad to hear it!
@adnan84652 жыл бұрын
thank you so much sir all the concepts are fully covered.. I am your new student from PAKISTAN
@DaveGrayTeachesCode2 жыл бұрын
Welcome, Adnan! 💯
@CondeAlberto2 жыл бұрын
Suddenly all that parsing slang I heard for years is succinctly yet clearly explained... 😂
@DaveGrayTeachesCode2 жыл бұрын
Glad I could help! 🚀
@yatin1370 Жыл бұрын
Having heard the term JSON couple of times before, I thought I need to be a wizard to understand it. I guess we never know what we can do until we try to learn jargon and not get overwhelmed by it. Thanks Dave 🙏
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@abdulrahmanagboolaosho35822 жыл бұрын
for those watching this video at a later time, you don't need to add semicolons at the end of each line of code as long you ar not writing your lines of code together like this console.log(Hello World!) alert("lets play a game") for example console.log("Hello World"); console.log(Hello World) The 2 above statements do the same thing
@dzentsetsu56073 жыл бұрын
Thanks for tut Dave! Have a question. Correct me if I am wrong, we trim functions from objects (or rather JS to it for us) for security reason or functions considers to be just not "valuable data"?
@DaveGrayTeachesCode3 жыл бұрын
Good question! I am guessing at the reason when I answer, but it is part of the JSON specs for sure. I do think security issues would arise if functions were stored in localStorage as strings and then allowed to be called back into action in application code. Functions are data and in JS, they are "first class functions" which allows us to pass them as parameters to other functions and more. My guess is the JSON spec was thinking about security issues.
@dzentsetsu56073 жыл бұрын
@@DaveGrayTeachesCode Thanks for reply! You taught me so much. I can't express enough gratitude
@DaveGrayTeachesCode3 жыл бұрын
@@dzentsetsu5607 You're welcome!
@godwingeo64363 жыл бұрын
Nice work Sir. Really helpful. Also please teach us how to implement JavaScript in dynamic website....
@DaveGrayTeachesCode3 жыл бұрын
Thanks for the note! My full course video will take you through working with web pages and fetching data, too: kzbin.info/www/bejne/e5eknWyYrN-JkM0 🚀
@godwingeo64363 жыл бұрын
@@DaveGrayTeachesCode ok thanks...may i know which country you belong to?