Anonymous functions

Anonymous function

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.

1 courses cover this concept

CSE 154 Web Programming

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