Back

which one

document.addEventListener('DOMContentLoaded', function () {
'use strict';
});

// or

window.onload = function(){
'use strict';
}

97

0 / 1000