Skip to main content

All Questions

0 votes
1 answer
80 views

How to deal with searching strings and array of strings in JS

_.get(params, "_q") outputs either string or array of strings. On my current code, when I type for example "hello, there", it translates to array of strings and as a result is says ...
Joseph's user avatar
  • 7,805
1 vote
1 answer
849 views

getting the first string in object javascript lodash

i have a data (array of object) example data. "data": [ { "name": "name", "mockupImages": "http://test.com/image1.png,http://test.com/image2.png" }] =========================================== here'...
Mike Victoria's user avatar