The 3 times table
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
The 3 times table
Print the 3 times table, from 3 x 1 = 3 to 3 x 10 = 30.
print can take several values separated by commas and puts one space between them, so print("3 x", 2, "=", 6) shows 3 x 2 = 6.
Print the 3 times table from 3 x 1 = 3 to 3 x 10 = 30, one line each.
Click Run to see the output here.