Contact: aviboots(AT)netvision.net.il
40,758 questions
53,129 answers
573 users
let arr = [22, 5, 0, 9, 1, 8, 7, 14]; let arr1 = arr.prefix(3); print(arr1); /* run: [22, 5, 0] */