Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript closure interview questions

// write the function `add` that can be called like so:
add(2)(3) //returns 5
 
PREVIOUS NEXT
Tagged: #javascript #closure #interview #questions
ADD COMMENT
Topic
Name
7+6 =