Main Page

From ProgZoo
Jump to navigation Jump to search

1) Hello World, JavaScript

What is 6 times 7?

Input


Output

alert(6 * 7);
alert(6 * 7);
Served by: dill at 2025-07-09T07:16

Navigation menu