React - slice cookie on recent order

0 votes
44 views
added Feb 5 in React by lcjr First Warrant Officer (11,850 points)
const latestKeyedText =
cookies && cookies.searchHistory && cookies.searchHistory.length > 0
  ? cookies.searchHistory[0] // Get the first item (latest) from the array
  : null;

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...