Is Javascript Case Sensative?
- Forums
- Javascipt
- Is Javascript Case Sensative?
This Page Contains information about Is Javascript Case Sensative? By Webune in category Javascipt with 0 Replies. [2177], Last Updated: Mon Jun 24, 2024
Webune
Fri May 23, 2008
0 Comments
374 Visits
yes, if you are programming in javascript, it is case sensative
var Webune = "PHP Hosting";
and
var webune = "MYSQL Hosting";
as you can see from the example above, Webune and webune are not the same variable