+ 1
How do I make memory data in web(html,js,css)
It's not easy though
2 Respuestas
0
HTML and CSS are both front end protocols.
JavaScript runs on the front end and the back end.
You'll need to simulate a back end on your system using something like Node JS. You can also utilize browser storage.
I haven't gotten that far yet to be honest. I'm tempted to jump right into it but I think it's important to pace yourself. If you're comfortable with the front end, then maybe look into the Angular course here on SoloLearn. I think W3 Schools has one for either Node JS or Next JS. There are always plenty of tutorials online too on YouTube, Rumble, etc.
+ 2
Ken S I am mostly in html so front end is for my side so angular is my next step to being a professional Coder thanks for the information!