Skip to content

JavaScript programming

2 Topics 7 Posts
  • Lesson 2

    3
    0 Votes
    3 Posts
    310 Views
    adminA
    The output of the program is a flying ball. Ballistic
  • Lesson 1

    4
    0 Votes
    4 Posts
    373 Views
    adminA
    <!DOCTYPE html> <html> <head> <script language="JavaScript"> document.write('<br>'); document.write("hello"); </script> </head> <body> </body> </html>