Contact: aviboots(AT)netvision.net.il
39,924 questions
51,857 answers
573 users
const arr = ["c++", "javascript", "php", "python", "go"]; let i = arr.lastIndexOf("php"); console.log(i); /* run: 2 */