
Functions Blocks - Thunkable Docs
A function is a block of code that performs a specific task. If you use the same code set multiple times in your project, you can work more efficiently using functions. Clear function names also make your code more readable.
Functions | Thunkable Docs
To create a function, you will need to specify if it has any inputs and give it a name. One example of a function is below. This function will create and shuffle a list of items. After you have created your function, you can simply use it at any time using the function block you have named.
Functions in Thunkable - YouTube
Functions can be used to make your Thunkable project more efficient and human-readable. Test this project at https://x.thunkable.com/projectPage/615db7eec3e1...
Create function with "return" - Questions about Thunkable
Apr 27, 2021 · Does it help to know that you can change a variable (any variable’s) value from within a standard function? The function with return block is really only for times when you need to have the returned value immediately available as a block. Otherwise, you can just use the standard function block.
Thunkable: Best no code app builder | No code app creation
Give students the power of programming with no code. Use Thunkable to teach coding fundamentals in the classroom and deliver an immersive learning experience with a tangible outcome - apps!
Function parameters in general - Questions about Thunkable
Mar 24, 2023 · What is a good argument for function parameters? The most obvious answer to me is that a function should handle repetitive code by reducing the number of blocks needed. So if I find myself re-using a set of blocks, I might make it into a function.
Sharing Variables Between Screens and Functions - Community
Mar 26, 2019 · A function allows us to group certain tasks together, and we can send information when we call a function for it to perform. Here we have said: "When the button on Screen2 is clicked, please call the function named whatWasSaid and send the “Current Day of the Week” as the Extra Stuff information.
Core Blocks | Thunkable Docs
Thunkable's core blocks are the fundamental building blocks that represent basic operations, logic, control structures, or data manipulation functions that are crucial for creating block code. They include blocks for actions like arithmetic operations, loops, conditionals (such as if-else statements), and variables.
Thunkable (part 8): Functions - YouTube
Nov 2, 2020 · Creating a function so you don't have to repeat your code.
Thunkable #1 | Button designing and blocks explanation
Nov 16, 2017 · Thunkable allows the user to design the app using drag and drop the elements (Components in Palette of Thunkable Dashboard). Every element is properly arranged according to some common factors. Today, we will know about the Button, which is a element of the User Interface of Thunkable Dashboard.