I want to add a side effect every when an array being pushed. For example, I want to add console.log:
push
console.log
<