Amuthan Mannar

Results 4 comments of Amuthan Mannar

Hi @Jason2605, Could you provide the working example for a proper **list unpacking**?

Hi Could you assign this to me?, I'd like to pick it.

Hi , Which one is correct syntax for unpacking already declared variables x,y? var x,y; [x, y] = [1, 2]; (or) var x,y; x,y=[1,2];

Raised pull request for fix: https://github.com/dictu-lang/Dictu/pull/546