Charge JavaScript à l'heure de chargement de la fenêtre

//function that loads on window onload

window.onload = ()=>{
    
}
The Arborist