Wednesday, 28 August 2013

Javascript order of referencing

Javascript order of referencing

What order does the following statement run? Does the runtime execute it
from right to left?
length = i = test = output = null;

No comments:

Post a Comment