Guest User

Untitled

a guest
Jan 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. [ 12 : "onedata=some", 13 : "reddata=some red data ", 14 : "nowdata=timenow"]
  2.  
  3. const array = [...]
  4.  
  5. const now = array.find(value => value.startWith('nowdata')
Add Comment
Please, Sign In to add comment