The correct answer is (d) Functions are values, and there is no hard distinction between methods and fields
Easiest explanation: Java is an OOP programming language while JavaScript is an OOP scripting language. The basic difference between JavaScript and Java is that the functions are values, and there is no hard distinction between methods and fields.