What are the best debugging sites or apps for javascript?
PLEASE ANSWER QUICK!!!
I am awarding 100 points.
Answers
Answered by
0
Answer:
blue j
Explanation:
blue j platform is good for using java programming
Answered by
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