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