Different ways to debug JavaScript code

Much of time of developers spent on fixing problems. When it comes to fixes, one need to be good and fast at debugging. Debugging is part… Read more

Similar

Web Workers JavaScript API

Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and chan... (more…)

Read more »