Created
July 8, 2020 02:39
-
-
Save gpDA/53e368fa4a10a91d9ea33d1c758a23ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <script type = "javascript" src = "TeamA1.js"></script> | |
| <script type = "javascript" src = "TeamA2.js"></script> | |
| </head> | |
| <body> | |
| <div id = "resultDiv"></div> | |
| <script> | |
| document.getElementById("resultDiv").innerHTML = | |
| new student("Rajendra", "prasad").getFullName(); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment