Javascript

Topic: Js Array

What’s a way to append a value to an array?

arr[arr.length] = value;

Browse random answers: