1. What is the value of t at the end of this code snippet? var t = 1; $R(0,100,true).each(function(){ t++; }); console.log(t);
2. Which namespace is not typically used directly but mixed in to other namespaces?
3. Element#on has what distinct and beneficial features in Prototype 1.7?
4. What code will return an instance of Element.Layout?
5. In the context of Prototype, “safe” means that AJAX will function how?
PrototypeJS Javascript Framework MCQs | Topic-wise