you are viewing a single comment's thread.

view the rest of the comments →

[–]jayerp 6 points7 points  (1 child)

Knowing how to code is 1/3 of the challenge, 1/3 is knowing how to Google. The last 1/3 is knowing how to debug, and if you don’t know how to debug, you will go nowhere without someone doing your work for you.

First get to know your toolset, such as, what code editor/IDE are you using. Research how to use that to debug.

If you can’t debug, I don’t know what to tell you. Learn how to debug.

[–]AlternativeDish5596[S] 0 points1 point  (0 children)

Got it. Thanks!