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

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

The newest version!
// Generated by CoffeeScript 1.10.0
(function() {
  var bitlist, kids, singers, song;

  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
    }
  };

}).call(this);

//# sourceMappingURL=some-coffee.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy