en.javascript.info/1-js/4-data-structures/2-number/1-sum-interface/task.md
2016-03-06 00:59:16 +03:00

184 B

importance: 5


Sum numbers from the visitor

Create a script that prompts the visitor to enter two numbers and then shows their sum.

[demo]

P.S. There is a gotcha with types.