Hi. I'm getting the «Expected expression» for some reason but don't understand why.
let index = 3
if index <= devices.count {
print(devices[index])
else {
return "the array is out of range"
}
}
Any answer appreciated.
Selecting any option will automatically load the page