You CAN do this! Start with vanilla Javascript, just regular Javascript, don't feel overwhelmed by all the frameworks and libraries out there - avoid 'em for now
Start with learning variables, you can do some GREAT things with static websites with variables:
http://radicalblur.yorniq.xyz/writings/guides/programming/html-across-pages-w-javascript/
(Though I'm still writing this and gotta clean this guide up -
- I hope it helps people)
^ innerHTML and insertAdjacentHTML are great things
There's lots of things you can do in Javascript.... LOTS, but always when learning a new thing, be forgiveful of yourself. I didn't know nothing about JS a year ago, heck I didn't know how to build a 'site when I first started
You CAN do this! Start with vanilla Javascript, just regular Javascript, don't feel overwhelmed by all the frameworks and libraries out there - avoid 'em for now Start with learning variables, you can do some GREAT things with static websites with variables: http://radicalblur.yorniq.xyz/writings/guides/programming/html-across-pages-w-javascript/ (Though I'm still writing this and gotta clean this guide up -
- I hope it helps people) ^ innerHTML and insertAdjacentHTML are great things There's lots of things you can do in Javascript.... LOTS, but always when learning a new thing, be forgiveful of yourself. I didn't know nothing about JS a year ago, heck I didn't know how to build a 'site when I first started
But always remember: if something you want to do is possible in Javascript, it might even also be possible in CSS or HTML!