freeCodeCamp/guide
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
..
arabic right aligning and code blocks fixes (#30831) 2019-04-05 10:52:40 +01:00
chinese Fix ruby for-loops examples (#30309) 2019-03-28 17:27:39 -07:00
english docs: shorten the description for clarity. (#29020) 2019-04-06 17:04:47 +05:30
portuguese Fix ruby for-loops examples (#30309) 2019-03-28 17:27:39 -07:00
russian Fix ruby for-loops examples (#30309) 2019-03-28 17:27:39 -07:00
spanish Fix ruby for-loops examples (#30309) 2019-03-28 17:27:39 -07:00