Skip to main content

6 docs tagged with "fundamentals"

View all tags

Anonymous Functions

Learn about Anonymous Functions, their syntax across different programming languages, and typical use cases.

Callback Functions

Learn about Callback Functions, the difference between synchronous and asynchronous callbacks, and how to handle asynchronous operations.

First-Class Functions

Learn about First-Class Functions, the criteria that make functions first-class citizens, and examples across major programming languages.

Function Expressions

Learn about Function Expressions, their syntax, usage, and key differences from Function Declarations.

Function Return

Learn about how functions return values in various programming languages.