Posts by user123123 • 63 points
1 post
-
6
votes2
answers78
viewsQ: In Java would a variable receive a function like in Javascript?
Example: var x = function (a, b) { return a * b }; Could it be? Or is it a feature of Javascript?
1 post
6
votes2
answers78
viewsExample: var x = function (a, b) { return a * b }; Could it be? Or is it a feature of Javascript?