Coding is my Entertainment
function intro(){
var text = "Hello";
return function(){
alert(text);
}
}
var message = intro();
message();
I'm a 19 Years old Coder. I'm learning Full-Stack-Software-Development.
I'm Good at HTML, CSS, BootStrap, and JavaScript.