Vanilla Javascript's equivalent to jQuery's $(document).ready(function(){});
document.addEventListener("DOMContentLoaded", function(){});