Listing of code
var items = ["A", "B", "C", "D"];
document.writeln("I like " + items.length + " items");