- Using JS to created an image slider, that changes the images with a click of "next" or "prev" buttons
- Created a similar image slider as mentioned in (1) with a slight change i.e. The images is changing automatically with a 5 seconds delay between each image
- Created two "divs" one inside the other, wrote JS code to make the inner div(box) move around the edges of the outer box.
- Created an HTML page that takes 3 input from the user i.e. a row size, a column size and a color picker. Once the user submits the given input, the JS code would create a table dynamically with the specified number of rows and columns and the specified color set as background color.