TEXT   243
const str
Guest on 5th December 2024 06:32:48 AM


  1. const str = 'The quick day off.';
  2.  
  3. const words = str.split(' ');
  4. console.log(words[2]);

Raw Paste

Login or Register to edit or fork this paste. It's free.