// hello
if (true) {
foo();
bar(2);
baz();
}
var people = [
"john", "harry", "dick", "yvonne",
"eric", "jenny", "alexandra",
];