const box = document.querySelectorAll('.box');
const box = [...document.querySelectorAll('.box') ];
Application.whenUserAdd( item => box.push(item))
document.querySelector('nav').addEventListener('click', event => {
let box = document.querySelectorAll('.box');