String Objects – Case Sensitivity
In JavaScript, case matters. It is a case sensitive language. Because of that, you have to keep in mind that when you are working with data, you might have equivalent data, but JavaScript does not see it as such. For example, the string “javascript rules!” is equivalent in data to the string “JavaScript Rules!”. Yes, […]
String Objects – Case Sensitivity Read More »