Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
243
const str
Guest on 5th December 2024 06:32:48 AM
const str = 'The quick day off.';
const words = str.split(' ');
console.log(words[2]);
Raw Paste
const str = 'The quick day off.'; const words = str.split(' '); console.log(words[2]);
Login
or
Register
to edit or fork this paste. It's free.