好书网为大家整理了经典好书《CoffeeScript》中的经典语录,精彩段落及优美句子,重读经典,感悟人生。让读者沉浸在自己的阅读世界里,忘记周围的世界, 与作者一起在另外一个世界里快乐、悲伤、愤怒、平和,欢迎大家阅读~
c ?= d is shorthand for c = d unless c?.
You don’t have to be John “ JavaScript Ninja” Resig. In fact, if you’re only an amateur JavaScripter, great! You’ll learn a lot about JavaScript as you go through this book.
window.debugMode = document.location.hash.match(/debug/) and console? console.log 'This is the first of many debug-mode outputs' if debugMode
Once you’ve got a jQuery object, you have a massive arsenal of functions at your disposal