This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<html>
<head>
<metacharset="UTF-8">
<title>Bonus task</title>
</head>
<body>
<scripttype="text/javascript">
// Ввести поочереди два числа с помощью prompt вывести с помощью alert их сумму, разницу и произведение.
// Основная цель задачи реализовать это с минимальным количеством строк исходного кода Вашего решения. Принимая во внимание то что ; счиатется концом строки.