There is only one function in this file.
It takes no arguments.
This function contains only one statement.
Cyclomatic complexity number for this function is 1.
// Hello.
// Hello.//// This is JSHint, a tool that helps to detect errors and potential// problems in your JavaScript code.//// To start, simply enter some JavaScript anywhere on this page. Your// report will appear on the right side.//// Additionally, you can toggle specific options in the Configure// menu.function main() {
return 'Hello, World!';
}
main();