Community
Participate
Working Groups
When I have this: var myVar1 = 'blub', myVar2 = null; //<<MyCoolClass With this myVar1 and myVar2 are myCoolClass. But I wont only myVar2 to be MyCoolClass
VjetDoc now supports multiple vars // backwards var x =20, y = Date.now(), //<Number z ="" //<Date // forwards var x =20, //>Number y = Date.now(), //>Date z ="" //>Function[] var funcs =[ function(){//<String fn(String) return true; } ]; // the end don't jump to beginning var x =20, // x is not getting warning about redefined y2 = Date.now(), z2 ="" //<String