English 中文(简体)
Underscore.JS - Chaining
  • 时间:2024-09-17

Underscore.JS - Chaining


Previous Page Next Page  

Underscore.JS has methods to create a chain of methods and then retrive their effective result. This chapter discusses them in detail.

Underscore.JS provides various utipty methods as psted below −

Sr.No. Method & Syntax
1 chain

_.chain(object)

2 value

_.chain(obj).value()

Advertisements