2
0

feat(engine): Add Rating input

This commit is contained in:
Baptiste Arnaud
2022-06-07 19:09:08 +02:00
parent 301097623b
commit b1aecf843b
19 changed files with 455 additions and 28 deletions

View File

@ -23,7 +23,7 @@ It means you can apply operations on existing variables:
But also set the variable to the current date for example:
```js
new Date()
new Date().toISOString()
```
## Random ID