function
add
(
,
,
) {
console.log(
)
}
add(15, 27, 10);
add(10, 20, 30);
add(
,
,
);
Запустити консоль
Вітаю у Just Console!