Tag: Arrow Function with return type without using return keyword

  • Javascript Tutorial – Arrow Function in Javascript

    What is Arrow Function In the last session, We had discussed about Anonymous Function. Anonymous Function is a type of Function which has no name or identifier, So Arrow Function is a type of Anonymous Function, So it’s quite obvious that, Arrow Function will also not have any name. Rules for declaration of Arrow Function…