#functions

[ follow ]
Python
fromRealpython
1 week ago

Defining and Calling Python Functions Quiz - Real Python

Interactive 9-question quiz to practice defining and calling Python functions, positional/keyword arguments, defaults, docstrings, collecting extra arguments, and enforcing parameter passing.
#javascript
#excel
fromLogRocket Blog
4 months ago

How to pass a TypeScript function as a parameter - LogRocket Blog

In JavaScript, functions are considered first-class citizens, allowing them to be passed as parameters, returned from other functions, and assigned to variables.
JavaScript
[ Load more ]