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: