H T Ma A
week 12

Interface and application programming


This week’s assignment was to write an application that interfaces with an input and/or output device that I have made. As I could not get my input and output devices working - althought I am using both on my final project - I have tried to use javascript.

As all of that was completely new for me, I begin by reading about it and following some tutorials.

JavaScript ("JS") is a programming language that, when applied to an HTML document, can provide dynamic interactivity on websites. From fluctuating images to animated 3d graphics, there is a lot that can be done. To begin working with java wnet through some tutorials as the following, which explains the intial steps to work with java:

https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics

https://javascript.info/hello-world

https://www.w3schools.com/js/



Using the following code, I have created a buttom that changes the message displayed above it when pressed:








{ Hello World! }.