Lab 2 Reflection

In this lab, we experimented with internal JavaScript in an HTML document. We messed with various commands like "document.write()", "alert()", and "console.log()". We also incorporated prompts and if statements to create a sort-of "form" for the user to input and create a message of their liking. This lab demonstrated what happens when a web developer incorporates JavaScript into their HTML document, we get to see the basics of DOM manipulation on a simple document.

I am mostly familiar with the commands used in this lab as I was either introduced or reintroduced to these commands in the summer homework. However, this is the first time I experimented with these commands in an actual HTML file.

Comments

Popular posts from this blog

Final Portfolio Reflection

Seminar 2

Lab 29