Let's Learn Java Programming..... Through Lots of Coding Examples For Each Topic. Now Go For It ..!
<!DOCTYPE html> <html> <head> <script> function Function() { return ("Hii guys ... "); } </script> </head> <body> <script> document.write(Function()) </script> </body> </html>