Contact: aviboots(AT)netvision.net.il
41,636 questions
54,299 answers
573 users
const arr = [1, 2, 3, 4, 5]; console.log(arr.at(-1)); /* run: 5 */