nandy
0
Q:

how to get last element of array in typescript

let arr = [1, 2, 3, 4, 5, 6, 7, 8];
let last = arr.pop();

console.log(last);
//8


console.log("https://discord.gg/5yjWgMS")
1
var items: String[] = ["tom", "jeff", "sam"];

alert(items[items.length-1])
0
if (loc_array[loc_array.length - 1] === 'index.html') {
   // do something
} else {
   // something else karunakar
}
0

New to Communities?

Join the community