Carga de JavaScript no tempo de carregamento da janela

//function that loads on window onload

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