Open cell99 opened 1 year ago
const num [1,2,3]
to add 4 use const newarray = [...num , 4] instead of push
const num [1,2,3]
to add 4 use const newarray = [...num , 4] instead of push