Come up with a project that solves a problem for yourself. Get stuck in. Research as you go for things you want to achieve
Can any engineers recommend a good course for someone to get started with HTML and JavaScript? I have a basic knowledge but would love to learn more 👨💻
The reason I ask is because i wanted to create a Figma plugin for a use case I’ve had recently - this seems like the best way to go about it 👌
I find svelte to be way easier than react / preact tomquinonero.com/blog/write-a-f…
Youll still want basic html / js under your belt first then this will feel natural af learn.svelte.dev
Jon Duckett’s books are amazing, if dated: htmlandcssbook.com/
Marksheet.io is also a great starting point
But the best (and only) way to really learn to code is to have a specific project in mind
And take a look on these resources as well web.dev/learn/css
Depends on what you want to learn but eloquentjavascript.net is very good, and gets into HTML for a bit as well
I think my brother had a good experience with this one. He was able to move on to basic js and react not long after: v2.scrimba.com/learn-html-and…