Answers for "get the last digitt of array"

0

how to get last element of an array in swifg

let myArray = ["Hello!", "World!"]
let capacity = myArray.count
let lastElement = myArray[capacity-1]
print(lastElement)
Posted by: Guest on October-26-2020

Code answers related to "get the last digitt of array"

Code answers related to "Javascript"

Browse Popular Code Answers by Language