Загрузка JavaScript в время загрузки окна

//function that loads on window onload

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