Posted on 2019-02-03T14:59:36.571ZCurrying in JS: Answering the traditional question, Add(2)(3), which gives sum of both numbers.Tags:JavaScriptInterview-Questions
Posted on 2018-11-07T14:59:36.571ZWill "(a===1 && a===2 && a===3)" (strict comparison) ever be true (in JavaScript)Tags:JavaScriptInterview-Questions