Computer Science, asked by 1053, 8 months ago

What are the best debugging sites or apps for javascript?
PLEASE ANSWER QUICK!!!
I am awarding 100 points.

Answers

Answered by yadavtanish260
0

Answer:

blue j

Explanation:

blue j platform is good for using java programming

Answered by renuthakur3333
20

log() is a good way to debug errors but setting breakpoint is a faster, efficient and better method. In this method, Breakpoints are set in code which stops the execution of code at that point so that the values of variables can be examined at that time.

Similar questions