Skip to content

Instantly share code, notes, and snippets.

View cankardes's full-sized avatar

CanCanCan cankardes

  • FreeLanser Developer
  • 34724, Istanbul/TR
View GitHub Profile
// Generated by CoffeeScript 1.6.3
/*
* http://usejsdoc.org/
*/
(function() {
var a, b, x, y;
a = 21;
a=21
b="21"
result = 21=='21'
console.log result
a = true
b = false
console.log "The result of (a && b) is "
result = a && b
console.log result
console.log "The result of (a || b) is "
result = a || b
console.log result
// Generated by CoffeeScript 2.4.1
(function() {
var age, name;
name = "CanCan CanKardes";
age = 58;
}).call(this);
name = "Zeki"
console.log "Merhaba"+name+" Demo calismalarima hos geldiniz."