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