# Letters

The following will create an array of letters and then, well, print them out.

    letters = ['a', 'b', 'c']
    console.log "Here are some letters: #{letters}"