Buchaman
Wednesday, 21 August 2013
Is terse chaining assignment operators in javascript safe? (to nullify variables)
Is terse chaining assignment operators in javascript safe? (to nullify
variables)
If I want to tersely nullfiy some variables:
var a = 'testa';
var b = 'testb';
var c = 'testc';
with:
var a = b = c = null;
Is it safe?
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment