⟩ How are object properties assigned?
Properties are assigned to objects in the following way -
obj["class"] = 12;
or
obj.class = 12;
Properties are assigned to objects in the following way -
obj["class"] = 12;
or
obj.class = 12;
What are the decodeURI() and encodeURI()?
What are global variables? How are these variable declared and what are the problems associated with using them?
What is break and continue statements?
What is called Variable typing in Javascript?
What is the use of Push method in JavaScript?
Explain the for-in loop?
What is the difference between .call() and .apply()?
Define unescape() and escape() functions?
Write the point of difference between web-garden and a web-farm?
What are Screen objects in JavaScript?