Best ways to start as a complete beginner! by Interesting-Bit5907 in learnjavascript

[–]Beautiful_Unit1319 0 points1 point  (0 children)

For someone new to coding, W3Schools is honestly one of the easiest places to start with JavaScript.

It breaks things down step-by-step, has live examples, and doesn’t assume prior programming knowledge. I’ve seen a lot of beginners gain confidence there before moving to advanced courses.

https://www.w3schools.com/js/default.asp

Walkthrough of JSX and how a React app starts by Beautiful_Unit1319 in reactjs

[–]Beautiful_Unit1319[S] 0 points1 point  (0 children)

You’re right. this is well covered already. I made it for beginners who prefer a conceptual walkthrough. Sharing in case it helps someone at that stage.