All Downloads are FREE. Search and download functionalities are using the official Maven repository.

snippets.javascripts.some-coffee.coffee Maven / Gradle / Ivy

The newest version!
song = ["do", "re", "mi", "fa", "so"]

singers = {Jagger: "Rock", Elvis: "Roll"}

bitlist = [
  1, 0, 1
  0, 0, 1
  1, 1, 0
]

kids =
  brother:
    name: "Max"
    age:  11
  sister:
    name: "Ida"
    age:  9





© 2015 - 2024 Weber Informatics LLC | Privacy Policy