Skip to main content

Posts

JS QA:1

Let's begin JavaScript Question Answers: Q1: Create a function which will give the result as expected: Function  f(2)(2)(1);  Output  5 See result on  jsfiddle