program job? Someone said to me use list but I don't know how exactly..add and call maximum of list or add and call specific id..
Can you guys help me with this?
Tnx..
const list = [ 'a', 'b', 'c' ]; list[0] // 'a' list.push('d'); list // [ 'a', 'b', 'c', 'd' ]
Обсуждают сегодня