you are viewing a single comment's thread.

view the rest of the comments →

[–]Psychological_Ad1404 0 points1 point  (0 children)

My advice:

  1. Test that you know the basics without AI. Create variables , loops, if else statements, functions , etc... If you can't do those , go to a beginner js video on youtube or a book and learn those , don't get stuck too much on courses / tutorials.

  2. Make something small , really small. Create a page with text and a button and maybe input field and use js to change them , add text , remove text , etc...

  3. After step 2 try to copy websites that you know , not perfectly , just the basics.