In this session, I learned about how you can use JavaScript to draw things like shapes and text. One of the things that I also learned is that you don’t need more than one script block in your code. I also learned that the script block should go at the end after all the HTML because the script block can delay the loading of the page. Another thing that I learned this session was that you can actually display the date easily as well, and it’ll show the local time for you, which would mean if you were viewing it in a different time zone, it would show that time zone’s local time. This lesson was interesting since JavaScript can be used to animate as well, and I want to be an animator in the future, so it was kind of interesting to learn that you can use JavaScript to make games/interactive things. In the future I would probably use JavaScript to make a website, that I might have to make, more interesting. I might also use JavaScript to make simple games in the future if that’s needed.