Lab 22

For this lab, we are working with JavaScript again. More specifically, we are working with the console debugging; we are working with of course "console.log" but this time we are also using commands like "console.count". These commands are very useful if you are planning to debug anything that has gone wrong in your code; for example, if a small line of code in your JS has suddenly broke. You may want to use these debug commands to fix it.


Comments

Popular posts from this blog

Final Portfolio Reflection

Seminar 2

Lab 29