List few difference between primitive and non primitive javascript data types?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need npm?
Can we create buttons in JavaScript ? if yes how? pls provide sample code... Thanks in advance.....
what are the differences between as2 and as3?
What are the new ways to define a variable in Javascript?
What is the use of a map object in javascript?
What is jscript used for?
What is the difference between the operators '==' and '==='?
how to use java script
Explain with an example the use of event handlers in javascript.
<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
What is the scope of variables in JavaScript?