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 Réponse
14th Oct 2019, 12:41 PM
ODLNT
ODLNT - avatar