x
<html>
<body>
<script>
//Anonymous function with no identifier for function.
var onload = function(){
document.write("This text has been created with anonymous function while ONLOAD");
}();
</script>
</body>
<!DOCTYPE html>
<html>
<body>
<script>
//Anonymous function with no identifier for function.
var onload = function(){
document.write("This text has been created with anonymous function while ONLOAD");
}();
</script>
</body>
© 2025 Brenko Web Designed by Echo 5 Web Design
Comments
No comments have been made yet.
Please login to leave a comment. Login now