Contact: aviboots(AT)netvision.net.il
39,990 questions
51,935 answers
573 users
const str = 'javascript node.js typescript php'; const last_word = str.split(' ').pop(); console.log(last_word); /* run: "php" */