Codeup Exercises
Note: It is very helpful to view the developer tools (console window), when developing web pages. In Chrome, you can open and close developer tools by pressing the F12 key.
Note: It is very helpful to view the network tab inside the developer tools when developing for API application usage.
Note: It is best practice to clearly structure source code files by using built in code formatting tools. In IntelliJ, pressing [ Option ] + [ Command ] + [ L ] can be used to auto format the source code. Optionally, you can configure the editor to auto format on save.
Go make your mark on the world, one word at a time!