What's the process for debugging your code and also going by steps through your code on your browser's console? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

What's the process for debugging your code and also going by steps through your code on your browser's console?

12th Jul 2019, 5:39 AM
eMBee
eMBee - avatar
5 ответов
12th Jul 2019, 6:48 AM
Chris Coder
Chris Coder - avatar
+ 2
Alright so Elva, what's the process in which I can do that?
12th Jul 2019, 6:45 AM
eMBee
eMBee - avatar
+ 2
Thanks Chris C.
12th Jul 2019, 6:56 AM
eMBee
eMBee - avatar
+ 1
Not algorithm but process of debugging, most valuable tool for newbie programmers
12th Jul 2019, 6:41 AM
Elva
Elva - avatar
+ 1
There are kinds of bugs, the most obvious is syntax errors which are identified by the compiler or interpreter. The other are logic or algorithmic bugs. Familiarity of control and data structures will help
17th Jul 2019, 8:35 AM
Da2
Da2 - avatar