property of object posted by Achim @ Thu, 16 Feb 2012 21:18:16 +0000
@Trevor:What mean you with “by posting them to Stack Overflow.” ? Mean you that i should opening a new topic with the headline “Stack Overflow”?
View Articleproperty of object posted by Achim @ Thu, 16 Feb 2012 16:47:29 +0000
Thank you. Only a little mistake that i made :)
View Articleproperty of object posted by Achim @ Wed, 15 Feb 2012 22:48:32 +0000
Why does this not run with coffee File.I have node.js on windows: singers = Jagger: "Rock" Elvis: "Roll" if Jagger of singers console.log singers.JaggerIt runs not but compiles perfect to javascript’s:...
View Articleexistentiell operator posted by Achim @ Wed, 15 Feb 2012 20:47:11 +0000
Thank you very much.It was my mistake: I thought as i try if object of property that not compiles to “in” in Javascript. But now it does exactly that what you say.I have your book but till yet i had no...
View Articleexistentiell operator posted by Achim @ Sat, 11 Feb 2012 21:49:36 +0000
Hello,what construction must i use that coffeescript compiles to:if (property in object).When i use the syntax:if object?.propertyit compiles to:if (object != null ? object.property : void 0)Anyone can...
View Article