Anonymous functions are functions that are not bound to an identifier and are often used as arguments for higher-order functions. They originated in the lambda calculus and have been a feature of programming languages since Lisp in 1958. Anonymous functions are syntactically lighter than named functions and are ubiquitous in functional programming languages.
University of Washington
Summer 2022
This course introduces the fundamental concepts of web programming and technologies required for web development. It covers the full spectrum of web development, from HTML, CSS, JavaScript to server-side technologies like Node.js, databases, and SQL.
No concepts data
+ 37 more concepts