Thank you for this video Im new to web dev and this was very helpful
@CodeWithVlad4 жыл бұрын
I'm happy it helped you Kakashi! Don't hesitate to share my videos, it will help me a lot, I have a huge list of exciting stuff I want to teach. Stay tuned! :)
@technosomethingvcon2 жыл бұрын
thanks
@divijakatakam28032 жыл бұрын
how can you print a certain object in JSON onto a platform (for ex. a website)?
@CodeWithVlad2 жыл бұрын
To inject json data in a website? You would do it with javascript programmatically (check dom manipulation) or with modern tools like react/angular/vue.js. If you just want to render the json with the formatting "as is", you can use
@technosomethingvcon2 жыл бұрын
thanks sir
@orlybriceno4 жыл бұрын
Very cool, what's the web IDE you're using?
@CodeWithVlad4 жыл бұрын
Hey Orlando! I am using repl.it for the tutorials.