0
How To Start Writing JavaScript?
I've got my functionality written out on a piece of paper in a list format from beginning to end. How do you know what syntax to start writing to actually write the program?
5 Antworten
0
Try it in this order:
Which Variables do I need?
What action will I perform?
Will I need if/else?
Do I have to loop this?
Start again.
+ 9
https://www.sololearn.com/Course/JavaScript/?ref=app
what about quick view on this tutorial and u will learn more
+ 4
Hmm you have to start ? I'm not use irony.
+ 1
@DB dude your answer literally helped A LOT in my confusion. Thank You
0
I've already read the basics and stuff. I know what functions, variables, loops, and if else is. I know what that stuff is. But how do you actually start applying it to the project? Like how do you know what to start with on line 1?