6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
avg.length = 2
|
||
|
function (x,y) {
|
||
|
return x + y/ 2
|
||
|
}
|
||
|
avg(34, 44) = 56
|