blob: 53321ae5ea5f2fdb7b200de4c54cc05289441280 [file] [log] [blame]
// indent
if (true) {
var x = 1;// tabbed indent
if (true) {
var t = 324; // mixed indent /\t /
var s = 324; // mixed indent / \t/
} // whitespace indent
}
function hello () {
return console.log( "Hello World" );
}