Answers for "how to make a array by spliting and get last js"

4

javascript split get last element

a = "hello.dear.friends"
a.split(".").pop()
> "friends"
Posted by: Guest on February-18-2021

Code answers related to "how to make a array by spliting and get last js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language