$ -> $.getJSON './quotes.json', (data) -> quote = data[Math.floor(Math.random()*data.length)] $('#quote').append("
#{quote.description}