2
0

📝 Add extract first name example

This commit is contained in:
Baptiste Arnaud
2023-01-20 08:16:05 +01:00
parent f697a5e99c
commit 4435fb0d7e

View File

@ -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.