Earlier quoted context omitted.
I doubt it. IMO Erlang is fundamentally a different model of programming than JS and what about mutability and things such as pattern matching? It quickly becomes apparent that it would not be much like JS if it was to take advantage of all of Erlang's best bits.
Exactly, Erlang is a DSL for distributed applications. There is not much point to use it for anything else.
The amount of people who actually use true distributed Erlang is probably small, because you get many of the benefits either way.