New behavior for JScript Object prototype property
When using TestComplete 7.20, I extended arrays, numbers and strings with new functionality as shown in the following. Array.prototype.contains = function(element) { for (var i=0; i<th...
Please fix the documentation, just don't "fix" the functionality. I can live with having to name my script objects "mod_xyz", but if object inheritance was broken, I'd be very upset.