Thoughts
Like, LISP like languages tend to say ‘data are lists and functions are lists everything’s a list’ and they make it easy to change from
data to a function. But in making that transition easy, they emphasize that the transition is necessary.
JavaScript doesn’t let you change from data into a function since from the perspective of the JS programer, functions already are data.