In the video ‘Functions as Arguments and Timeout’ @ivan passed in the function name without the parentheses as an argument to another function.
I found that passing it in with parentheses triggers the function immediately and produces unexpected results.
I’m wondering, because of this behaviour, if there’s a way to pass functions as attributes if they themselves take attributes.
For example:
The text displays immediately to the screen without the 2 second delay.