i\'m using react lodash truncate method to truncate my strings:
str= "hellow orldss"; var value = _.truncate(str, {length:2}) console.log(value) //