Hey guys!..pls can i get to know some Step by step ways of coding a large project and algorithims | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Hey guys!..pls can i get to know some Step by step ways of coding a large project and algorithims

I want to focus and become good in Javascript...but its complex

30th Jan 2018, 11:03 AM
Android Boi
Android Boi - avatar
4 Answers
+ 2
You said it yourself in the title: step by step. For example, adding a button to a webpage: * Add <button> or <input> to HTML. * Add onClick handler to button, but simplified -- make it console.log or etc instead of the full action you want, just to see that it's working. * Finish the real click handler. And everything else is the same; do it in steps. When you don't know how to use a function or etc, look it up on a semi-official site (NOT SoloLearn -- plenty of amateurs teaching others here that spread misinformation) such as Mozilla Developer Network or W3Schools. Eventually you'll go from baby steps to creating new webpage UI elements and their event handlers. Edit: fat finger hit submit.
30th Jan 2018, 7:17 PM
Tom Shaver
Tom Shaver - avatar
+ 2
thanks so much tom...I'm learning from W3schools now😀😀
30th Jan 2018, 11:04 PM
Android Boi
Android Boi - avatar
+ 1
No problem :) Sorry if it seemed sarcastic; I really was not trying to be.
31st Jan 2018, 4:24 AM
Tom Shaver
Tom Shaver - avatar
+ 1
I'm cool with answers like this...thanks brov
31st Jan 2018, 9:08 AM
Android Boi
Android Boi - avatar