Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed Collaborating with Developers!

Instruction

Assets: Naming & Resolution

Contents Naming Resolution Naming Be consistent with naming. Find out if there is a consistent file naming scheme the developers prefer at your company. In general: Avoid capitalization. Use only lowercase because some browsers are case-sensitive. This can lead to an issue if a file named Cats.jpg is referenced as cats.jpg in the code. Some browsers will show the cat image, regardl...