JSLint Report
Report: Warnings (2)
1: 17
1. Undeclared 'console'.
function foo() {console.log('hello world');}
1: 29
2. Use double quotes, not single quotes.
function foo() {console.log('hello world');}
Report: Properties (1)
Report: Functions (1)
global
foo
1: 1
foo()