Jquerry Using Grep Function

var ActiveUserData = $.grep(usersData, function(i, j) {
      return i.LastAccessed > date;
});
var TotalContributerData = $.grep(usersData, function(i, j) {
      return i.LastContributed != null;
});

Comments

Popular posts from this blog

My Interview Experience

React Checkbox Control SPFx