javascript_dev's profile picture.

Javascript Developer

@javascript_dev

Currying - function a(x) { return function(y) { return x + y; } } const first = a(1); // func const second = first(2); // 3


Use ng-repeat="item in object track by $index [or any other unique identifier]" for avoid "$$hashKey". #javascript #angularjs


Wanna live in peace? Use === and !== for comparing items. #javascript #developer #goodPractice


try console.table(); for lists or objects. Nice, for readability. #javascript #development #developer #ninja


Why you explain recursion with Fibonacci numbers? Want to look awesome in front of noob? #javascript


Loading...

Something went wrong.


Something went wrong.