In development, you can get twice the result with half the effort with the help of powerful tools. Today, I love the Internet to share with you the latest collection of 15 very useful JavaScript development tools.
TestSwarm: Continious & Distributed JS Testing
TestSwarm is an open source project launched by Mozilla Labs, which aims to provide developers with support for multiple browser versions A quick and easy way to test your own JavaScript code.
Minimee
On the Internet, speed is very important. Minimee can help you automatically compress and package css and javascript files.
Doctor JS
Doctor JS is a tool that helps you analyze JavaScript code and test how well your code is written in terms of polymorphism, prototypes, exceptions and callbacks Sample.
Remy Sharp’s JSConsole
An online JavaScript console tool, very useful for testing, debugging and demonstration.
JavaScript Library Boilerplate
JavaScript Library Boilerplate helps you create your own JavaScript library anytime, anywhere.
jsdoc-toolkit
JsDoc Toolkit is an auxiliary tool. You only need to add corresponding comments in the JavaScript code according to the convention, and it can use these comments to Automatically generate API documentation.