Intern — Senior
Summing four numbers
livecode
Task condition
You need to implement a function that takes four arguments of type number. The function should calculate their sum and return the result.
function sumFour(a, b, c, d) {
// your code
}
livecode
Task condition
You need to implement a function that takes four arguments of type number. The function should calculate their sum and return the result.
function sumFour(a, b, c, d) {
// your code
}