<meta charset="utf-8"/& gt;
What can you do return value & lt;/title>
<body>
//add code here
The function calculate (num1, num2) {
Return the function add (num1, num2) {
[num1 + num2];
}
Return the function subtract (num1, num2) {
[num1 - num2];
}
Return the function multiply (num1, num2) {
[num1 * num2];
}
Return the function divide (num1, num2) {
Num1/num2;
}
}
The console. The log (calculate (5, 2) (5, 2));
</script>