I have created the following code:
// Async await const array = [1, 2, 3, 4]; function addNumbers(number) { setTimeout(() => { array.push(number);