Search Results
-
#9112 Up↑ /1 Down↓ [Report] 2012-03-12 12:53 WST
<squimmy> in js, is the "var foo = 1, bar = 2;" form preferable to "var foo = 1; var bar = 2;"?
<sjy> I didn't even know you could do that
<squimmy> you sure can!
<squimmy> jslint is telling me to, either way. but i'm not sure if I should be taking programming advice from a program
<squimmy> "Warning: enable_skynet is set to 'false'. 'true' is recommended"