Friday 29 June 2012

underscore.js



underscore.js เป็น utility function สำหรับ JavaScript ที่ช่วยให้เราสามารถทำงานได้ง่ายขึ้น โดยมีรูปแบบคล้ายกับ Function Programming ในภาษา Ruby และ Python ยกตัวอย่างเช่น ถ้าเราต้องการทำงานบางอย่าง 3 ครั้ง แทนที่เราจะเขียน For Loop เราก็จะเขียนในลักษณะดังต่อไปนี้

_(3).times(function(){ genie.grantWish(); });
 
underscore.js ยังมี function อื่นๆให้เรียกใช้งานอีกกว่า 60 functions ยังไงก็ลองศึกษาเพิ่มเติมดูจาก online document ตาม link นี้ครับ http://documentcloud.github.com/underscore สำหรับใครที่ต้องการ download underscore.js ไปลองใช้งาน project ของ underscore.js นั้น hosted อยู่บน github ตาม link นี้ครับ https://github.com/documentcloud/underscore/

แหล่งที่มา:
  1. http://documentcloud.github.com/underscore
  2. https://github.com/documentcloud/underscore/

No comments:

Post a Comment