Skip to content

Instantly share code, notes, and snippets.

@a1ip
Created June 17, 2014 08:19
Show Gist options
  • Select an option

  • Save a1ip/1758330bb5904eef363c to your computer and use it in GitHub Desktop.

Select an option

Save a1ip/1758330bb5904eef363c to your computer and use it in GitHub Desktop.
Simple FOR loop in CoffeeScript
logobject = (o) ->
console.log "#{k} = #{v}" for k, v of o
torah = ['Введение', 'Бытие', 'Исход', 'Левит', 'Числа', 'Второзаконие']
logobject torah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment