Commit Graph

4 Commits (1a20fbff6ebf29b06ec6d9da1d47201ea1c10640)

Author SHA1 Message Date
Jean-Paul Wilson 1a20fbff6e docs: shorten the description for clarity. (#29020)
Change the first two sentences from
"Lambda Expressions are ideally used when we have something simple to be done an we are more interested in quickly getting the job done rather than formally naming the function. Lambda expressions also known as anonymous functions."
 to instead read:
"Lambda Expressions are used when an operation only has to be performed once, meaning that there is no need for defining a function as it will not be used again. Lambda expressions also known as anonymous functions, as they are not named (defined). "
2019-04-06 17:04:47 +05:30
Hamza Muric 2e9f341251 Add lambda as function parameter (#26371)
Added lambda passing as an argument to function,
2019-01-15 17:08:27 -05:00
Roppon Picha e5fa49eb13 added comments. revised redundancy at the start. (#21251)
and minor spelling edits
2018-11-08 11:53:02 +00:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30