How To Start Writing JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

17th Mar 2018, 9:19 PM
Garrett
Garrett - avatar
5 Answers
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.
17th Mar 2018, 9:49 PM
D B
D B - avatar
+ 9
https://www.sololearn.com/Course/JavaScript/?ref=app what about quick view on this tutorial and u will learn more
17th Mar 2018, 9:22 PM
Scooby
Scooby - avatar
+ 4
Hmm you have to start ? I'm not use irony.
17th Mar 2018, 9:33 PM
Andrew
Andrew - avatar
+ 1
@DB dude your answer literally helped A LOT in my confusion. Thank You
18th Mar 2018, 8:10 PM
Garrett
Garrett - avatar
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?
17th Mar 2018, 9:37 PM
Garrett
Garrett - avatar