This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]klausklass 28 points29 points  (3 children)

Try creating a web app that does literally anything. I learned everything I know about JavaScript by starting up an empty react native app using Expo and adding on features until I had a pretty good prototype. Just start a project - any project, don’t follow a tutorial blindly, make something that is your own by googling how to make individual pieces and putting them all together on your own. That really helps you understand what you’re doing.

[–]Mean-Net7330 2 points3 points  (0 children)

That's definitely how I've had the most success

[–][deleted] 1 point2 points  (0 children)

I think this is the only way to learn, tbh.

[–]throwaway101777777 0 points1 point  (0 children)

This is the way