adjectives = ['such', 'much']

for something in adjectives
  console.log something + ' coffeescript'
