default function declaration
function sum(a,b){return a+b;}
function expression
const sum = function sum(a,b){return a+b;}
arrrow function
const sum = (a,b) => {return a+b;}
consiec arrow function
const sum = (a,b) =>a+b;
react with tool chanis 45 to 50 sessions core after 50 sessions -> some tooll chains == react with type script mern stackaplication in ...
No comments:
Post a Comment