<p>After one second the contents of this page will be replaced...</p>
<script>
// مناداة الدالّة document.write بعد مرور ثانية واحدة
// أي بعد تحميل الصفحة، فتَحذِف هذه الدالّة المحتوى الأصلي للصفحة
setTimeout(() => document.write('<b>...By this.</b>'), 1000);
</script>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.