I'm trying to select multiple ids in one time. Here is my code:
let arr = ['#asd', '#qwe', '#zxc'];
I want to select this 3 element with their ids.
How can I do that?
I'm trying to select multiple ids in one time. Here is my code:
let arr = ['#asd', '#qwe', '#zxc'];
I want to select this 3 element with their ids.
How can I do that?