Skip to main content

Understanding Case Sensitivity in Variables – Free Code Camp

By Uncategorized

This is another basic JavaScript tutorial in which we learn about case sensitivity in variable names. Basically the lesson here is this: It’s important that a variable named “Service” is not equal to a variable named “service”. This make up one more part of me walking through the Free Code Camp curriculum. Enjoy!

Leave a Reply