I think the orc is supposed to eat when his stomach is not full Orcs from today…pretty weird creatures Log in to Reply
In some tutorials i found that they are using new keyword var a=new object(); What is this and how is it different from name: value pair? Log in to Reply
turns out that javascript is very sensitive when it comes to syntax. Any simple syntax error like , or ; forgotten will not run the script but is there any Javascript debugger. UFT has its own debugger to detect errors in its VB script Log in to Reply
8 responses to “JavaScript Tutorial for Beginners – 20 – Objects Part 3”
very easy to understand. Thanks
above code is not running my notepad++
I think the orc is supposed to eat when his stomach is not full
Orcs from today…pretty weird creatures
can we use ? s(); ? instead of function() ???
In some tutorials i found that they are using new keyword
var a=new object();
What is this and how is it different from name: value pair?
turns out that javascript is very sensitive when it comes to syntax. Any simple syntax error like , or ; forgotten will not run the script but is there any Javascript debugger. UFT has its own debugger to detect errors in its VB script
can you please tell me why you use semicolon
What's the difference between document.write and console.log?