×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Nilesh Yadav
Added: Jun 8, 2017 5:36 PM
Views: 2343
Tags: no tags
  1. var myFun = function (a,b) {
  2.   return a+b;
  3. }