1 2 3 4 5 6 7 8
function example() { // Comments are documentation, not statements. one(); if (ready) { two(); three(); } }