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