# Time conversion - convert between Unix timestamp, ISO8601 and RFC 2822 formats
# String conversion - encode/decode Base64-encoding; escape XML, URL's and ECMAScript; translate to UTF-8
# Number conversion - convert between decimal, hexadecimal, octal and binary numbers
# Network - calculate netmasks, broadcast addresses and do DNS lookups
# Bandwidth - calculate the duration of file transfer
# XPath debugger - test your XPath expressions
JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. The problem is not necessarily a syntax error, although it often is. JSLint looks at some style conventions as well as structural problems. It does not prove that your program is correct. It just provides another set of eyes to help spot problems.
Develop ASP.NET, php and Ajax applications in your browserTest and debug code in the cloudInstantly deploy applications to the cloudDiscover and share code