2 lines
43 B
Plaintext
2 lines
43 B
Plaintext
var f = function(x) { return x * 2 }; f(3)
|
var f = function(x) { return x * 2 }; f(3)
|