Function Declarations
1234function addAndLog(a, b) { const sum = a + b; console.log("The sum is: " + sum); }
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 3
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Suggested prompts:
Can you explain what parameters are in a function?
What happens if I call the function without providing any arguments?
Can you show me how to call the `addAndLog` function?
Чудово!
Completion показник покращився до 7.69
Function Declarations
Свайпніть щоб показати меню
1234function addAndLog(a, b) { const sum = a + b; console.log("The sum is: " + sum); }
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 3