Updated Your First Script (markdown)

thienbao860 2021-01-11 17:19:20 +07:00
parent c21228c358
commit 4f85e1e70f

@ -13,6 +13,7 @@ helloWorld();
```
As you can see, the scripts return one value.
**NOTE: ** Semicolons (`;`) are not required in JS language. However, this is required with multiple statements stacked in 1 line of script
## Using Your Script