📝 Add extract first name example
This commit is contained in:
@ -38,6 +38,12 @@ Compute a percentage:
|
|||||||
{{Score}} * 100 / {{Max Score}}
|
{{Score}} * 100 / {{Max Score}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Extract the first name from a full name:
|
||||||
|
|
||||||
|
```
|
||||||
|
{{Full name}}.split(' ')[0]
|
||||||
|
```
|
||||||
|
|
||||||
## Code
|
## Code
|
||||||
|
|
||||||
The code value should be written Javascript. It will read the returned value of the code and set it to your variable.
|
The code value should be written Javascript. It will read the returned value of the code and set it to your variable.
|
||||||
|
Reference in New Issue
Block a user