Contact: aviboots(AT)netvision.net.il
40,855 questions
53,260 answers
573 users
const str = "javascript php c typescript node.js c++ c#"; const last_index = str.lastIndexOf(' '); console.log(last_index); /* run: 39 */