Value is a string or an integer

I’ve just seen a statement like this.


if (_root.map._width>"3000") {
  _root.map.larger = 0;
 }

Why 3000 put in quotes. Does it consider as a string on this expression? :hangover: