javascript arrow function

 let addition = (a,b) =>{

    return a+b;

}

console.log(addition(6,3));


//arrow function

মন্তব্যসমূহ

এই ব্লগটি থেকে জনপ্রিয় পোস্টগুলি

React Js Cards (Props, Array, Mapping, Rendaring)

React JS - Hooks

React Js - Form Submit, Input