master JavaScript tips | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

master JavaScript tips

i completed JavaScript course here i seen some other tutorials but i can't do much with JavaScript but i really love to learn JavaScript i am looking for tips and tricks through which i can master JavaScript.....so please experts share your experience.

4th Feb 2018, 6:52 PM
Muhammad Shahbaz
Muhammad Shahbaz - avatar
4 Answers
+ 4
Always structure your JavaScript in a logical order. Or it just gets messy
4th Feb 2018, 6:56 PM
Ben Spurrier
Ben Spurrier - avatar
+ 3
thank you all❤
5th Feb 2018, 5:09 AM
Muhammad Shahbaz
Muhammad Shahbaz - avatar
+ 2
Always comment what a specified block of code does above said block of code. It makes for simpler debugging.
4th Feb 2018, 7:06 PM
luciel
luciel - avatar
+ 2
I like to treat files as classes, I normally use a math.js file to store math related functions that I'm going to have to use at least twice. Helps to keep it organized and easier to read / debug.
4th Feb 2018, 7:53 PM
voidneo