Javascript Tools

Here is  a collection of useful Javascript tools:

  1. Javascript Minifier – Compress your Javascript to make it a smaller file size for faster downloads
    YUI Compressor
    YUI Compressor GUI 1.0 for Windows

    There’s no need to check any of the boxes.
  2.  JS Beautifier – Pretty-print your Javascript
    http://jsbeautifier.org/
  3. JS Lint – Check your Javascript for errors
    http://jslint.com/
  4.  JSON Lint – Check your JSON code for errors
    http://jsonlint.com/