Apply for the next session

You’ve heard of “UPPER CASE” and “lower case.” Did you know that they referred to actual cases where the type was kept?

Sentence case is when the first letter of the first word in a sentence is capitalized and Title Case is when the first letter of each word is capitalized.

For naming files and functions and variables, we will use these conventions.

  • camelCase
  • PascalCase
  • snake_case
  • kebabcase
Apply for the next session