Razor is a web delivered service for profiling and optimizing
JavaScript-based Web 2.0 applications. It includes a profiler and an optimizer. Razor Profiler analyzes your JavaScript code and gives you insight into
the runtime behavior of your application. Razor Optimizer optimizes your JavaScript code and trims overhead
so that "What You Get Is What You Need"(WYGIWYN).
InfoQ: ECMAScript 5 released - 1 views
-
The introduction of strict mode aims to avoid common coding problems in ECMAScript applications. This is achieved with the presence of a lone string literal in a unit (script or function): "use strict;"
-
for either the entire script (if at the top of the script) or for a single function (if the first part of a function).
-
var i=3 is needed
- ...10 more annotations...
1 - 4 of 4
Showing 20▼ items per page