Pretty up scripts with print.

This commit is contained in:
Stephen Chung
2020-05-02 16:23:36 +08:00
parent fc99b981a1
commit fc66a7ecef
11 changed files with 32 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
// This script runs for-loops
let arr = [1,2,3,4];
let arr = [1, 2, 3, 4];
for a in arr {
for b in [10, 20] {