Hi
Is there a way that I can define read-only variable (Boolean, String, ...) in Javascript class? (I really don't want to use GET and SET method, basically defining them in Constructor, as every instance of my class wouldn't have the same SET and GET method) Maybe this would be an easier question, Navigator class has some read-only properties such as appName, ..., How did they do that?
Thanks in advance.
--
Mark