Friday 15 May 2015

Stop writing For loops. Start using underscore

Underscore:

Underscore.js is a JavaScript library which provides utility functions for common programming tasks. It is comparable to features provided by Prototype.js and the Ruby language, but opts for a functional programming design instead of extending object prototypes.

Underscore consists of a little more than 100 functions, which fall under four main categories depending on the datatypes which they manipulate: functions for manipulating arrays, functions for manipulating objects, functions for manipulating both arrays and objects (the name of the category is "Collections") and functions for manipulating other functions. There are also two utility categories : "Utility" and "Chaining".

Example:
for example if we use javascript to achieve some functionality we need to write the  below loop
var i,result = [];
for(i = 0; i < myArray.length; i++) {
  var myObject = myArray[i];
  if(myObject.isAwesome === true) {
      result.push(myArray[i]);
  }
}

The same functionality i can achieve  with underscore.js without loop.

var result = _.filter(myArray, function(myObject) {
  return myObject.isAwesome === true;
})

Underscore Reference : (http://underscorejs.org/)

9 comments:

  1. Excited words written in this blog helped me to improve my aptitudes and helped me to know how I can help myself all alone. I am truly happy to come at this stage. mobile app developers

    ReplyDelete
  2. Hi,
    Thank you so much for taking effort to share such a useful information. I will definitely share this Web application Company Hyderabad .
    Aapthi Technologies

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. This is a great article thanks for sharing this informative information. I will visit your blog regularly for some latest post.
    mobile app development company in lahore

    ReplyDelete
  5. This is a notable guideline for both entrepreneurs and freelancers whose services are in demand! Great work! Thanks for sharing the info.
    Hire Dedicated Laravel Developer
    Hire Dedicated Magento Developer
    Smarty Developers
    Hire Dedicated Developers
    Hire Dedicated Web Developers

    ReplyDelete
  6. Today Telugu news updates provide us the information of breaking news and live updates. we get live news, political, education, technology, etc. Today Telugu news gives the best news updates. It also keeps its readers informed about the latest happenings in the world with instant updates

    ReplyDelete
  7. Thanks for your great blog. But you can also find something new for ionic framework app development that is easily available and can learn very partly. It is cost-efficient and reduces the need for maintenance too.

    ReplyDelete
  8. Information is pretty good and impressed me a lot. This article is quite in-depth and gives a good overview of the topic. If you facing difficultly to Directory Error in WordPressthan contact us.

    ReplyDelete