Write a function which takes an array and number and if the number given is greater than array length then return element before last element. for example take(['a', 'b', 'c', 'd'], 10) should return [a, b, c, d, c, b, a, b, c, d]
Anonymous
Couldn't do it
Check out your Company Bowl for anonymous work chats.