JavaScript - How is it you can push in a const array? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JavaScript - How is it you can push in a const array?

const arr = [1,2]; arr.push(3); document.write(arr);

14th Oct 2019, 11:43 AM
Paolo De Nictolis
Paolo De Nictolis - avatar
1 Answer
14th Oct 2019, 12:41 PM
ODLNT
ODLNT - avatar